Skip to content

Commit 7700019

Browse files
authored
Update tests/openvino/test_quantization.py
1 parent 6b9dc88 commit 7700019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openvino/test_quantization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class OVQuantizerTest(unittest.TestCase):
106106
weight_only=False,
107107
smooth_quant_alpha=0.95,
108108
),
109-
(14, 22, 21) if is_transformers_version("<=", "4.42.4") else (14, 26, 25),
109+
(14, 22, 21) if is_transformers_version("<=", "4.42.4") else (14, 22, 25),
110110
(14, 21, 17) if is_transformers_version("<=", "4.42.4") else (14, 22, 18),
111111
),
112112
]

0 commit comments

Comments
 (0)