We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa116e commit c749ceaCopy full SHA for c749cea
2 files changed
transformer_engine/__init__.py
@@ -18,7 +18,7 @@
18
19
# Apply MUSA (VENDOR) Patches, such as torch.cuda.device -> torch.musa.device
20
try:
21
- from .plugin.core.backends.vendor.musa.musa_patches import apply_patch as _musa_apply_patch
+ from .plugin.core.backends.vendor.musa.patches import apply_patch as _musa_apply_patch
22
23
_musa_apply_patch()
24
print("[TE-FL] MUSA patches applied")
…ore/backends/vendor/musa/musa_patches.py …gin/core/backends/vendor/musa/patches.pytransformer_engine/plugin/core/backends/vendor/musa/musa_patches.py renamed to transformer_engine/plugin/core/backends/vendor/musa/patches.py
0 commit comments