Skip to content

Commit

Permalink
remove unpack ckpt nemo
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Zhang <jiemingz@nvidia.com>
  • Loading branch information
jiemingz committed Apr 24, 2024
1 parent b120833 commit 10274c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/export/tensorrt_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from nemo.export.trt_llm.nemo_utils import get_tokenzier, nemo_llm_model_to_model_config, nemo_llm_to_model_config
from nemo.export.trt_llm.tensorrt_llm_build import build_and_save_engine
from nemo.export.trt_llm.tensorrt_llm_run import generate, generate_streaming, load, load_refit, create_gpt_session
from nemo.export.trt_llm.utils import is_nemo_file, unpack_nemo_ckpt
from nemo.export.trt_llm.utils import is_nemo_file

use_deploy = True
try:
Expand Down

0 comments on commit 10274c9

Please sign in to comment.