Skip to content

Commit 4375b40

Browse files
committed
Unskip tests
1 parent 4bb19d6 commit 4375b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ def test_marlin_24(batch_size, k_chunk, n_chunk, num_bits, group_size, mnk_facto
683683
MARLIN_TEST_PARAMS,
684684
ids=str,
685685
)
686-
@pytest.mark.skip(reason="test outputs nan after cuda is upgraded to 12.4")
686+
# @pytest.mark.skip(reason="test outputs nan after cuda is upgraded to 12.4")
687687
def test_marlin_qqq(batch_size, k_chunk, n_chunk, num_bits, group_size, mnk_factors):
688688
int8_traits = torch.iinfo(torch.int8)
689689
m_factor, n_factor, k_factor = mnk_factors

0 commit comments

Comments
 (0)