We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd06de commit 8079abcCopy full SHA for 8079abc
test/prototype/mx_formats/test_nvfp4_tensor.py
@@ -527,7 +527,7 @@ def test_nvfp4_matmul_with_amax(
527
528
@pytest.mark.skipif(not torch.cuda.is_available(), reason="CUDA not available")
529
@pytest.mark.skipif(
530
- not TORCH_VERSION_AT_LEAST_2_8, reason="NVFP4 requires PyTorch 2.8+"
+ not torch_version_at_least("2.8.0"), reason="NVFP4 requires PyTorch 2.8+"
531
)
532
def test_nvfp4_to_copy():
533
from torchao.prototype.mx_formats.nvfp4_tensor import NVFP4Tensor
0 commit comments