[Bugfix/CI] Turn test_compressed_tensors_2of4_sparse back on (#13250)

This commit is contained in:
Tyler Michael Smith 2025-02-13 23:19:25 -05:00 committed by GitHub
parent dd5ede4440
commit 09545c0a94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -495,7 +495,6 @@ def test_compressed_tensors_2of4_quant_int8(vllm_runner, args_2of4):
assert output assert output
@pytest.mark.skip(reason="2of4 sparse w16a16 CUTLASS produces bad output.")
@pytest.mark.skipif( @pytest.mark.skipif(
not sparse_cutlass_supported(), not sparse_cutlass_supported(),
reason="2of4 Sparse is not yet supported on this GPU type.", reason="2of4 Sparse is not yet supported on this GPU type.",