mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-13 22:28:51 +08:00
Temporarily disable test_awq_gemm_opcheck (#14251)
Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
parent
6eaf93020d
commit
dae9ec464c
@ -26,6 +26,7 @@ def test_awq_dequantize_opcheck():
|
|||||||
(qweight, scales, zeros, split_k_iters, thx, thy))
|
(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"),
|
@pytest.mark.skipif(not hasattr(torch.ops._C, "awq_gemm"),
|
||||||
reason="AWQ is not supported on this GPU type.")
|
reason="AWQ is not supported on this GPU type.")
|
||||||
def test_awq_gemm_opcheck():
|
def test_awq_gemm_opcheck():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user