Skip to content

Commit 34cc205

Browse files
Update modelopt/deploy/llm/generate.py
Co-authored-by: Keval Morabia <[email protected]> Signed-off-by: Chenjie Luo <[email protected]>
1 parent 888a89e commit 34cc205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modelopt/deploy/llm/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from tensorrt_llm.llmapi.llm import LLM as TRTLLM
3333
from tensorrt_llm.llmapi.tokenizer import TokenizerBase
3434
except ImportError:
35-
print("Please upgrade tensorrt-llm to 1.0.0rc or later")
35+
print("Please upgrade tensorrt-llm to 1.1.0rc2 or later")
3636
raise
3737

3838

0 commit comments

Comments
 (0)