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 8b5129c commit 26417f2Copy full SHA for 26417f2
tests/unitary/with_extras/aqua/test_model.py
@@ -1281,6 +1281,7 @@ def test_import_model_with_input_tags(
1281
"model": "oracle/oracle-1it",
1282
"inference_container": "odsc-vllm-serving",
1283
"ignore_model_artifact_check": True,
1284
+ "cleanup_model_cache": True,
1285
},
1286
"ads aqua model register --model oracle/oracle-1it --os_path oci://aqua-bkt@aqua-ns/path --download_from_hf True --cleanup_model_cache True --inference_container odsc-vllm-serving --ignore_model_artifact_check True",
1287
),
0 commit comments