Skip to content

Commit

Permalink
Skip gemv 4 bit cpu test
Browse files Browse the repository at this point in the history
  • Loading branch information
pnunna93 committed Sep 19, 2024
1 parent cd026c3 commit ef9e03c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -2303,6 +2303,7 @@ def test_gemv_4bit(dtype, storage_type, quant_storage, double_quant, kind):
assert maxratio < 1.02 and maxratio > 0.98


@pytest.mark.skipif(HIP_ENVIRONMENT, reason="this test is not supported on ROCm yet")
@pytest.mark.parametrize("kind", ["fc1", "fc2", "attn", "attn_packed"])
@pytest.mark.parametrize("quant_type", ["nf4", "fp4"])
@pytest.mark.parametrize("dtype", [torch.float16, torch.bfloat16, torch.float32], ids=describe_dtype)
Expand Down

0 comments on commit ef9e03c

Please sign in to comment.