1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00

config: defaulting FEATURE_UI_MODELCARD to true (PROJQUAY-9915) (#4678)

This commit is contained in:
Brandon Caton
2025-12-03 10:03:36 -05:00
committed by GitHub
parent 20dd65a04d
commit 00a8f57b2a

View File

@@ -864,7 +864,7 @@ class DefaultConfig(ImmutableConfig):
# Feature Flag: Enables user to try the beta UI Environment
FEATURE_UI_V2 = True
FEATURE_UI_MODELCARD = False
FEATURE_UI_MODELCARD = True
UI_MODELCARD_ARTIFACT_TYPE = "application/x-mlmodel"
UI_MODELCARD_ANNOTATION: Optional[Dict[str, str]] = {}
UI_MODELCARD_LAYER_ANNOTATION: Optional[Dict[str, str]] = {