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:
@@ -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]] = {
|
||||
|
||||
Reference in New Issue
Block a user