1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00

modelcard: Setting model card feature to false by default (#3744)

modelcard: Setting model card feature to false on quay.io
This commit is contained in:
Sunandadadi 2025-03-27 10:05:19 -04:00 committed by GitHub
parent ea1d18d457
commit 0e002a4e09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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