Skip to content

Commit 2ece9a0

Browse files
Undo temporary test change
1 parent 7a12f55 commit 2ece9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openvino/test_quantization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ def test_ovmodel_4bit_auto_compression(self, model_cls, model_type, expected_ov_
962962
self.assertEqual(value, getattr(openvino_config.quantization_config, key))
963963
check_optimization_not_applicable_to_optimized_model(model, quantization_config={"bits": 8})
964964

965-
@parameterized.expand(LOAD_IN_4_BITS_SCOPE[::3])
965+
@parameterized.expand(LOAD_IN_4_BITS_SCOPE)
966966
def test_ovmodel_4bit_auto_compression_with_config(
967967
self, model_cls, model_name, trust_remote_code, quantization_config, expected_num_weight_nodes_per_model
968968
):

0 commit comments

Comments
 (0)