Skip to content

Commit 067c6d5

Browse files
committed
remove SDXL test
1 parent 3544c4b commit 067c6d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/openvino/test_quantization.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ class OVWeightCompressionTest(unittest.TestCase):
236236

237237
SUPPORTED_ARCHITECTURES_WITH_HYBRID_QUANTIZATION = (
238238
(OVStableDiffusionPipeline, "stable-diffusion", 72, 195),
239-
(OVStableDiffusionXLPipeline, "stable-diffusion-xl", 84, 331),
240239
(OVLatentConsistencyModelPipeline, "latent-consistency", 50, 135),
241240
)
242241

@@ -373,7 +372,7 @@ def test_ovmodel_hybrid_quantization(self, model_cls, model_type, expected_num_f
373372

374373
model.save_pretrained(tmp_dir)
375374

376-
@parameterized.expand(SUPPORTED_ARCHITECTURES_WITH_HYBRID_QUANTIZATION[2:])
375+
@parameterized.expand(SUPPORTED_ARCHITECTURES_WITH_HYBRID_QUANTIZATION)
377376
def test_ovmodel_hybrid_quantization_with_custom_dataset(
378377
self, model_cls, model_type, expected_num_fake_quantize, expected_ov_int8
379378
):

0 commit comments

Comments
 (0)