Skip to content

Commit a28ca8c

Browse files
nv-guomingzWong4j
authored andcommitted
[None][fix] add the missing import raised by NVIDIA#7607 (NVIDIA#7639)
Signed-off-by: nv-guomingz <[email protected]>
1 parent dc097ed commit a28ca8c

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)