Skip to content

Commit 81af040

Browse files
Change references
1 parent cacd82e commit 81af040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/openvino/test_quantization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ class OVQuantizerTest(unittest.TestCase):
105105
weight_only=False,
106106
smooth_quant_alpha=0.95,
107107
),
108-
(14, 22, 25),
109-
(14, 21 if is_transformers_version("<=", "4.36.0") else 22, 18),
108+
(14, 22, 21) if is_transformers_version("<=", "4.36.0") else (14, 22, 25),
109+
(14, 21, 17) if is_transformers_version("<=", "4.36.0") else (14, 22, 18),
110110
),
111111
]
112112

0 commit comments

Comments
 (0)