Skip to content

Commit

Permalink
Update test reference for older transformers version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Nov 28, 2024
1 parent ddc8328 commit 8ba89b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/openvino/test_quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ class OVQuantizerTest(unittest.TestCase):
trust_remote_code=True,
weight_only=False,
),
(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 8ba89b4

Please sign in to comment.