Skip to content

Commit

Permalink
Address import error exception issue
Browse files Browse the repository at this point in the history
Signed-off-by: John St John <[email protected]>
  • Loading branch information
jstjohn committed Feb 21, 2025
1 parent 4480311 commit 04eba8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

try:
from transformer_engine.common.recipe import DelayedScaling, Format
except:
except ImportError:
logger.warning("WARNING: transformer_engine not installed. Using default recipe.")


Expand Down

0 comments on commit 04eba8e

Please sign in to comment.