Skip to content

Commit 39223a4

Browse files
fix the CI issues for export and quantization
1 parent b4e2ce1 commit 39223a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/openvino/test_exporters_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ def _openvino_export(self, model_name: str, task: str, model_kwargs: Dict = None
782782

783783
def test_filtered_architectures(cls):
784784
if is_transformers_version("<", "4.49"):
785-
expected = {"llama4", "qwen2_5_vl", "phi4mm"}
785+
expected = {"llama4", "qwen2_5_vl", "phi4mm", "minicpmv4", "minicpmv4_5"}
786786
elif is_transformers_version("<", "4.51"):
787787
expected = {"llama4", "phi4mm"}
788788
elif is_transformers_version("<", "4.52"):

tests/openvino/test_quantization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ class OVWeightCompressionTest(unittest.TestCase):
11201120

11211121
def test_filtered_architectures(cls):
11221122
if is_transformers_version("<", "4.49"):
1123-
expected = {"llama4", "qwen2_5_vl"}
1123+
expected = {"llama4", "qwen2_5_vl", "minicpmv4", "minicpmv4_5"}
11241124
elif is_transformers_version("<", "4.51"):
11251125
expected = {"llama4"}
11261126
elif is_transformers_version("<", "4.52"):

0 commit comments

Comments
 (0)