Skip to content

Commit cacd82e

Browse files
Style
1 parent d07b28f commit cacd82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openvino/test_quantization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class OVQuantizerTest(unittest.TestCase):
103103
processor=MODEL_NAMES["whisper"],
104104
trust_remote_code=True,
105105
weight_only=False,
106-
smooth_quant_alpha=0.95
106+
smooth_quant_alpha=0.95,
107107
),
108108
(14, 22, 25),
109109
(14, 21 if is_transformers_version("<=", "4.36.0") else 22, 18),

0 commit comments

Comments
 (0)