Commit f9faa7ca authored by wenjh's avatar wenjh
Browse files

Merge branch 'develop_v2.4'

parents fdf60506 3939e719
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment