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:
parent
ea1d18d457
commit
0e002a4e09
@ -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]] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user