@@ -1200,22 +1200,22 @@ def test_import_model_with_input_tags(
12001200 "model" : "oracle/oracle-1it" ,
12011201 "inference_container" : "odsc-vllm-serving" ,
12021202 },
1203- "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" ,
1203+ "ads aqua model register --model oracle/oracle-1it --os_path oci://aqua-bkt@aqua-ns/path --download_from_hf True --cleanup_model_cache False --inference_container odsc-vllm-serving" ,
12041204 ),
12051205 (
12061206 {
12071207 "os_path" : "oci://aqua-bkt@aqua-ns/path" ,
12081208 "model" : "ocid1.datasciencemodel.oc1.iad.<OCID>" ,
12091209 },
1210- "ads aqua model register --model ocid1.datasciencemodel.oc1.iad.<OCID> --os_path oci://aqua-bkt@aqua-ns/path --download_from_hf True --cleanup_model_cache True " ,
1210+ "ads aqua model register --model ocid1.datasciencemodel.oc1.iad.<OCID> --os_path oci://aqua-bkt@aqua-ns/path --download_from_hf True --cleanup_model_cache False " ,
12111211 ),
12121212 (
12131213 {
12141214 "os_path" : "oci://aqua-bkt@aqua-ns/path" ,
12151215 "model" : "oracle/oracle-1it" ,
12161216 "download_from_hf" : False ,
12171217 },
1218- "ads aqua model register --model oracle/oracle-1it --os_path oci://aqua-bkt@aqua-ns/path --download_from_hf False --cleanup_model_cache True " ,
1218+ "ads aqua model register --model oracle/oracle-1it --os_path oci://aqua-bkt@aqua-ns/path --download_from_hf False --cleanup_model_cache False " ,
12191219 ),
12201220 (
12211221 {
@@ -1224,7 +1224,7 @@ def test_import_model_with_input_tags(
12241224 "download_from_hf" : True ,
12251225 "model_file" : "test_model_file" ,
12261226 },
1227- "ads aqua model register --model oracle/oracle-1it --os_path oci://aqua-bkt@aqua-ns/path --download_from_hf True --cleanup_model_cache True --model_file test_model_file" ,
1227+ "ads aqua model register --model oracle/oracle-1it --os_path oci://aqua-bkt@aqua-ns/path --download_from_hf True --cleanup_model_cache False --model_file test_model_file" ,
12281228 ),
12291229 (
12301230 {
@@ -1233,7 +1233,7 @@ def test_import_model_with_input_tags(
12331233 "inference_container" : "odsc-tei-serving" ,
12341234 "inference_container_uri" : "<region>.ocir.io/<your_tenancy>/<your_image>" ,
12351235 },
1236- "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-tei-serving --inference_container_uri <region>.ocir.io/<your_tenancy>/<your_image>" ,
1236+ "ads aqua model register --model oracle/oracle-1it --os_path oci://aqua-bkt@aqua-ns/path --download_from_hf True --cleanup_model_cache False --inference_container odsc-tei-serving --inference_container_uri <region>.ocir.io/<your_tenancy>/<your_image>" ,
12371237 ),
12381238 (
12391239 {
@@ -1244,7 +1244,7 @@ def test_import_model_with_input_tags(
12441244 "defined_tags" : {"dtag1" : "dvalue1" , "dtag2" : "dvalue2" },
12451245 },
12461246 "ads aqua model register --model oracle/oracle-1it --os_path oci://aqua-bkt@aqua-ns/path "
1247- "--download_from_hf True --cleanup_model_cache True --inference_container odsc-vllm-serving --freeform_tags "
1247+ "--download_from_hf True --cleanup_model_cache False --inference_container odsc-vllm-serving --freeform_tags "
12481248 '{"ftag1": "fvalue1", "ftag2": "fvalue2"} --defined_tags {"dtag1": "dvalue1", "dtag2": "dvalue2"}' ,
12491249 ),
12501250 ],
0 commit comments