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 e8d366f commit 557509eCopy full SHA for 557509e
ads/aqua/model/model.py
@@ -413,8 +413,7 @@ def edit_registered_model(
413
freeform_tags = ds_model.freeform_tags
414
if inference_container:
415
if (
416
- inference_container
417
- in CustomInferenceContainerTypeFamily
+ inference_container in CustomInferenceContainerTypeFamily
418
and inference_container_uri is None
419
):
420
raise AquaRuntimeError(
@@ -430,8 +429,7 @@ def edit_registered_model(
430
429
)
431
if inference_container_uri:
432
433
434
435
or inference_container is None
436
437
custom_metadata_list.add(
0 commit comments