Skip to content

Commit

Permalink
Tweak reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Dec 3, 2024
1 parent 5d2882b commit d07b28f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/openvino/test_quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ class OVQuantizerTest(unittest.TestCase):
processor=MODEL_NAMES["whisper"],
trust_remote_code=True,
weight_only=False,
smooth_quant_alpha=0.95
),
(14, 21 if is_transformers_version("<=", "4.36.0") else 22, 25),
(14, 22, 25),
(14, 21 if is_transformers_version("<=", "4.36.0") else 22, 18),
),
]
Expand Down

0 comments on commit d07b28f

Please sign in to comment.