From d07b28f8f63a49810022ab270eb9e4bdcba86404 Mon Sep 17 00:00:00 2001 From: Nikita Savelyev Date: Tue, 3 Dec 2024 16:13:03 +0100 Subject: [PATCH] Tweak reference --- tests/openvino/test_quantization.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/openvino/test_quantization.py b/tests/openvino/test_quantization.py index 8aad68b23c..ced5c72fb8 100644 --- a/tests/openvino/test_quantization.py +++ b/tests/openvino/test_quantization.py @@ -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), ), ]