Skip to content

Commit f2a1551

Browse files
committed
Fixes test_fused_rms_norm.py
The import is not correct. ghstack-source-id: f06c37f Pull Request resolved: #573
1 parent db6b39a commit f2a1551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_fused_rms_norm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Replicate,
1212
Shard,
1313
)
14-
from torch.distributed._tensor.debug import CommDebugMode
14+
from torch.distributed.tensor.debug import CommDebugMode
1515
from torch.testing._internal.common_utils import run_tests
1616
from torch.testing._internal.distributed._tensor.common_dtensor import (
1717
DTensorTestBase,

0 commit comments

Comments
 (0)