We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d90b13 commit 31a54e5Copy full SHA for 31a54e5
ads/aqua/model/model.py
@@ -447,7 +447,7 @@ def _process_model(
447
inference_containers = AquaContainerConfig.from_container_index_json().inference
448
449
model_format = ModelFormat[
450
- freeform_tags.get(Tags.MODEL_FORMAT, ModelFormat.SAFETENSORS.value)
+ freeform_tags.get(Tags.MODEL_FORMAT, ModelFormat.SAFETENSORS.value).upper()
451
]
452
supported_platform: Set[AquaContainerConfigItem.Platform] = set()
453
0 commit comments