Skip to content

Commit 8d40b21

Browse files
committed
update module level skip
1 parent 961f24e commit 8d40b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thunder/tests/distributed/test_dtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import pytest
55
import torch
66

7-
if not torch.distributed.is_available():
7+
if not torch.distributed.is_available() and not (torch.cuda.is_available() and torch.distributed.is_nccl_available()):
88
pytest.skip(allow_module_level=True)
99

1010
import thunder

0 commit comments

Comments
 (0)