From 09545c0a94800468dc6ef3f01d22a6ce7a70cb30 Mon Sep 17 00:00:00 2001 From: Tyler Michael Smith Date: Thu, 13 Feb 2025 23:19:25 -0500 Subject: [PATCH] [Bugfix/CI] Turn test_compressed_tensors_2of4_sparse back on (#13250) --- tests/quantization/test_compressed_tensors.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/quantization/test_compressed_tensors.py b/tests/quantization/test_compressed_tensors.py index 0655f2b385f3a..c187b4c7ed994 100644 --- a/tests/quantization/test_compressed_tensors.py +++ b/tests/quantization/test_compressed_tensors.py @@ -495,7 +495,6 @@ def test_compressed_tensors_2of4_quant_int8(vllm_runner, args_2of4): assert output -@pytest.mark.skip(reason="2of4 sparse w16a16 CUTLASS produces bad output.") @pytest.mark.skipif( not sparse_cutlass_supported(), reason="2of4 Sparse is not yet supported on this GPU type.",