From dae9ec464cc762758e5c195d2a1ddef1abedfcf7 Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Wed, 5 Mar 2025 01:10:35 -0500 Subject: [PATCH] Temporarily disable test_awq_gemm_opcheck (#14251) Signed-off-by: mgoin --- tests/kernels/test_awq.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/kernels/test_awq.py b/tests/kernels/test_awq.py index ace75a3361734..37ce00c74030a 100644 --- a/tests/kernels/test_awq.py +++ b/tests/kernels/test_awq.py @@ -26,6 +26,7 @@ def test_awq_dequantize_opcheck(): (qweight, scales, zeros, split_k_iters, thx, thy)) +@pytest.mark.skip(reason="Not working; needs investigation.") @pytest.mark.skipif(not hasattr(torch.ops._C, "awq_gemm"), reason="AWQ is not supported on this GPU type.") def test_awq_gemm_opcheck():