Skip to content

Commit

Permalink
test(tinygemm): skip mps device until pt 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dacorvo committed Jul 11, 2024
1 parent df5e7e7 commit ae05a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tensor/qbits/test_tinygemm_qbits_tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def test_tinygemm_qbits_tensor_from_qbits_tensor(in_features, out_features, devi
assert_similar(tgqbt.dequantize(), qbt.dequantize())


@pytest.mark.skip_device("mps") # Only available with pytorch 2.4
def test_tinygemm_qbits_tensor_move(device):
qtype = qint4
group_size = 128
Expand Down

0 comments on commit ae05a6e

Please sign in to comment.