Skip to content

Commit

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

Expand Down

0 comments on commit 5d2882b

Please sign in to comment.