Skip to content

Commit d07b28f

Browse files
Tweak reference
1 parent 5d2882b commit d07b28f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/openvino/test_quantization.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,9 @@ class OVQuantizerTest(unittest.TestCase):
103103
processor=MODEL_NAMES["whisper"],
104104
trust_remote_code=True,
105105
weight_only=False,
106+
smooth_quant_alpha=0.95
106107
),
107-
(14, 21 if is_transformers_version("<=", "4.36.0") else 22, 25),
108+
(14, 22, 25),
108109
(14, 21 if is_transformers_version("<=", "4.36.0") else 22, 18),
109110
),
110111
]

0 commit comments

Comments
 (0)