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 ea04433 commit a9ea2d5Copy full SHA for a9ea2d5
tests/unitary/with_extras/aqua/test_common_utils.py
@@ -5,6 +5,7 @@
5
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
6
7
import pytest
8
+
9
from ads.aqua.common.utils import get_preferred_compatible_family
10
11
@@ -14,23 +15,23 @@ class TestCommonUtils:
14
15
[
16
(
17
{"odsc-vllm-serving", "odsc-vllm-serving-v1"},
- "odsc-vllm-serving-v1",
18
+ "odsc-vllm-serving-openai",
19
),
20
21
{"odsc-vllm-serving", "odsc-vllm-serving-llama4"},
- "odsc-vllm-serving-llama4",
22
23
24
25
{"odsc-vllm-serving-v1", "odsc-vllm-serving-llama4"},
26
27
28
29
{
30
"odsc-vllm-serving",
31
"odsc-vllm-serving-v1",
32
"odsc-vllm-serving-llama4",
33
},
34
35
36
({"odsc-tgi-serving", "odsc-vllm-serving"}, None),
37
({"non-existing-one", "odsc-tgi-serving"}, None),
0 commit comments