Skip to content

Commit 4acbc70

Browse files
committed
update
1 parent c325045 commit 4acbc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openvino/test_quantization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ def test_filtered_architectures(cls):
10031003
elif is_transformers_version("<", "4.52"):
10041004
expected = set()
10051005
else:
1006-
expected = {"llava-qwen2", "phi3_v", "minicpmo"}
1006+
expected = {"llava-qwen2", "phi3_v", "minicpmo", "exaone4"}
10071007

10081008
all_model_type = {config[1] for config in cls.TRANSFORMERS_4BIT_CONFIGURATIONS}
10091009
filtered_model_type = {config[1] for config in cls.LOAD_IN_4_BITS_SCOPE}

0 commit comments

Comments
 (0)