Skip to content

Commit c749cea

Browse files
committed
rename
1 parent daa116e commit c749cea

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

transformer_engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Apply MUSA (VENDOR) Patches, such as torch.cuda.device -> torch.musa.device
2020
try:
21-
from .plugin.core.backends.vendor.musa.musa_patches import apply_patch as _musa_apply_patch
21+
from .plugin.core.backends.vendor.musa.patches import apply_patch as _musa_apply_patch
2222

2323
_musa_apply_patch()
2424
print("[TE-FL] MUSA patches applied")

transformer_engine/plugin/core/backends/vendor/musa/musa_patches.py renamed to transformer_engine/plugin/core/backends/vendor/musa/patches.py

File renamed without changes.

0 commit comments

Comments
 (0)