Skip to content

Commit 8079abc

Browse files
authored
Fix test_nvfp4_tensor.py merge conflict (#2857)
Merge conflict between: #2812 #2852
1 parent 2fd06de commit 8079abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/prototype/mx_formats/test_nvfp4_tensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def test_nvfp4_matmul_with_amax(
527527

528528
@pytest.mark.skipif(not torch.cuda.is_available(), reason="CUDA not available")
529529
@pytest.mark.skipif(
530-
not TORCH_VERSION_AT_LEAST_2_8, reason="NVFP4 requires PyTorch 2.8+"
530+
not torch_version_at_least("2.8.0"), reason="NVFP4 requires PyTorch 2.8+"
531531
)
532532
def test_nvfp4_to_copy():
533533
from torchao.prototype.mx_formats.nvfp4_tensor import NVFP4Tensor

0 commit comments

Comments
 (0)