From 1871329882d74802af45028e883ac3bc1879099a Mon Sep 17 00:00:00 2001 From: Ella Charlaix <80481427+echarlaix@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:49:38 +0100 Subject: [PATCH] Update tests/openvino/utils_tests.py --- tests/openvino/utils_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/openvino/utils_tests.py b/tests/openvino/utils_tests.py index efbe18f4e1..6cfeb29bb4 100644 --- a/tests/openvino/utils_tests.py +++ b/tests/openvino/utils_tests.py @@ -116,7 +116,7 @@ } -_ARCHITECTURES_TO_EXPECTED_INT4_INT8 = {"opt125m": (82, 323)} +_ARCHITECTURES_TO_EXPECTED_INT4_INT8 = {"opt125m": (82, 295)} def get_num_quantized_nodes(ov_model):