Skip to content

Commit

Permalink
Update tests/openvino/test_quantization.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Dec 19, 2024
1 parent 6b9dc88 commit 7700019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/openvino/test_quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class OVQuantizerTest(unittest.TestCase):
weight_only=False,
smooth_quant_alpha=0.95,
),
(14, 22, 21) if is_transformers_version("<=", "4.42.4") else (14, 26, 25),
(14, 22, 21) if is_transformers_version("<=", "4.42.4") else (14, 22, 25),
(14, 21, 17) if is_transformers_version("<=", "4.42.4") else (14, 22, 18),
),
]
Expand Down

0 comments on commit 7700019

Please sign in to comment.