Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
TransformerEngine
Commits
f9faa7ca
Commit
f9faa7ca
authored
Jul 15, 2025
by
wenjh
Browse files
Merge branch 'develop_v2.4'
parents
fdf60506
3939e719
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
transformer_engine/__init__.py
transformer_engine/__init__.py
+4
-1
No files found.
transformer_engine/__init__.py
View file @
f9faa7ca
...
...
@@ -13,7 +13,10 @@ import transformer_engine.common
try
:
from
.
import
pytorch
except
ImportError
:
pass
try
:
from
.
import
pytorch
except
ImportError
:
pass
except
FileNotFoundError
as
e
:
if
"Could not find shared object file"
not
in
str
(
e
):
raise
e
# Unexpected error
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment