Skip to content

Commit ae04ab6

Browse files
Tweak test
1 parent 5544e61 commit ae04ab6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/openvino/test_quantization.py

-4
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,6 @@ def test_automodel_weight_compression(self, model_cls, model_name, expected_pt_i
260260
outputs = model(**tokens)
261261
self.assertTrue("logits" in outputs)
262262

263-
# Verify that that the configuration is correctly saved and loaded
264-
loaded_config = OVConfig.from_pretrained(tmp_dir)
265-
self.assertIsNotNone(loaded_config)
266-
267263
@parameterized.expand(SUPPORTED_ARCHITECTURES_WITH_EXPECTED_8BIT_COMPRESSED_MATMULS)
268264
def test_ovmodel_8bit_weight_compression(self, model_cls, model_name, expected_pt_int8, expected_ov_int8):
269265
task = model_cls.export_feature

0 commit comments

Comments
 (0)