Unverified Commit 09545c0a authored by Tyler Michael Smith's avatar Tyler Michael Smith Committed by GitHub
Browse files

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

parent dd5ede44
...@@ -495,7 +495,6 @@ def test_compressed_tensors_2of4_quant_int8(vllm_runner, args_2of4): ...@@ -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.",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment