Skip to content

Commit 62b564a

Browse files
authored
[None][fix] add the missing import raised by #7607 (#7639)
Signed-off-by: nv-guomingz <[email protected]>
1 parent c53d181 commit 62b564a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llm-api/quickstart_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from tensorrt_llm import SamplingParams
1+
from tensorrt_llm import LLM, SamplingParams
22

33

44
def main():

0 commit comments

Comments
 (0)