Skip to content

Commit 87ca504

Browse files
committed
yolo
1 parent 1287d2b commit 87ca504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dtypes/test_fpx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_pack_tc_fp6_correctness(self, device):
3737
actual = _pack_tc_fp6(x)
3838
torch.testing.assert_close(actual, expected)
3939

40-
@pytest.skipif(TORCH_VERSION_AT_LEAST_2_5, reason="upstream breaking change in PyTorch nightlies, revert skip when fixed")
40+
@pytest.mark.skipif(TORCH_VERSION_AT_LEAST_2_5, reason="upstream breaking change in PyTorch nightlies, revert skip when fixed")
4141
@parametrize("ebits,mbits", _FPx_DTYPES)
4242
@parametrize("device", _DEVICES)
4343
def test_to_scaled_tc_fpx_compile(self, ebits, mbits, device):

0 commit comments

Comments
 (0)