@@ -1200,22 +1200,22 @@ def test_import_model_with_input_tags(
1200
1200
"model" : "oracle/oracle-1it" ,
1201
1201
"inference_container" : "odsc-vllm-serving" ,
1202
1202
},
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" ,
1204
1204
),
1205
1205
(
1206
1206
{
1207
1207
"os_path" : "oci://aqua-bkt@aqua-ns/path" ,
1208
1208
"model" : "ocid1.datasciencemodel.oc1.iad.<OCID>" ,
1209
1209
},
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 " ,
1211
1211
),
1212
1212
(
1213
1213
{
1214
1214
"os_path" : "oci://aqua-bkt@aqua-ns/path" ,
1215
1215
"model" : "oracle/oracle-1it" ,
1216
1216
"download_from_hf" : False ,
1217
1217
},
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 " ,
1219
1219
),
1220
1220
(
1221
1221
{
@@ -1224,7 +1224,7 @@ def test_import_model_with_input_tags(
1224
1224
"download_from_hf" : True ,
1225
1225
"model_file" : "test_model_file" ,
1226
1226
},
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" ,
1228
1228
),
1229
1229
(
1230
1230
{
@@ -1233,7 +1233,7 @@ def test_import_model_with_input_tags(
1233
1233
"inference_container" : "odsc-tei-serving" ,
1234
1234
"inference_container_uri" : "<region>.ocir.io/<your_tenancy>/<your_image>" ,
1235
1235
},
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>" ,
1237
1237
),
1238
1238
(
1239
1239
{
@@ -1244,7 +1244,7 @@ def test_import_model_with_input_tags(
1244
1244
"defined_tags" : {"dtag1" : "dvalue1" , "dtag2" : "dvalue2" },
1245
1245
},
1246
1246
"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 "
1248
1248
'{"ftag1": "fvalue1", "ftag2": "fvalue2"} --defined_tags {"dtag1": "dvalue1", "dtag2": "dvalue2"}' ,
1249
1249
),
1250
1250
],
0 commit comments