Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Zhang <jiemingz@nvidia.com>
  • Loading branch information
jiemingz committed May 16, 2024
1 parent 4dc69e3 commit 27f2a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nemo/export/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@


use_TensorRTLLM = True
try:
from nemo.export.tensorrt_llm import TensorRTLLM
except Exception as e:
LOGGER.warning("TensorRTLLM could not be imported.")
Expand Down

0 comments on commit 27f2a69

Please sign in to comment.