Skip to content

Commit cb3e9ad

Browse files
committed
fix container test
1 parent 76f9494 commit cb3e9ad

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests/unitary/with_extras/aqua/test_ui.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -483,12 +483,12 @@ def test_list_containers(self, mock_get_container_config):
483483
],
484484
"inference": [
485485
{
486-
"name": "dsmc://odsc-vllm-serving",
487-
"version": "0.4.1.3",
488-
"display_name": "VLLM:0.4.1",
489-
"family": "odsc-vllm-serving",
490-
"platforms": ["NVIDIA_GPU"],
491-
"model_formats": ["SAFETENSORS"],
486+
"name": "iad.ocir.io/ociodscdev/odsc-llama-cpp-python-aio-linux_arm64_v8",
487+
"version": "0.2.75.5",
488+
"display_name": "LLAMA-CPP:0.2.75",
489+
"family": "odsc-llama-cpp-serving",
490+
"platforms": ["ARM_CPU"],
491+
"model_formats": ["GGUF"],
492492
},
493493
{
494494
"name": "dsmc://odsc-text-generation-inference",
@@ -499,12 +499,12 @@ def test_list_containers(self, mock_get_container_config):
499499
"model_formats": ["SAFETENSORS"],
500500
},
501501
{
502-
"name": "iad.ocir.io/ociodscdev/odsc-llama-cpp-python-aio-linux_arm64_v8",
503-
"version": "0.2.75.5",
504-
"display_name": "LLAMA-CPP:0.2.75",
505-
"family": "odsc-llama-cpp-serving",
506-
"platforms": ["ARM_CPU"],
507-
"model_formats": ["GGUF"],
502+
"name": "dsmc://odsc-vllm-serving",
503+
"version": "0.4.1.3",
504+
"display_name": "VLLM:0.4.1",
505+
"family": "odsc-vllm-serving",
506+
"platforms": ["NVIDIA_GPU"],
507+
"model_formats": ["SAFETENSORS"],
508508
},
509509
],
510510
"finetune": [

0 commit comments

Comments
 (0)