Skip to content

Commit 6e30010

Browse files
authored
fix: print outputt offline_inference/base/chat.py example (vllm-project#25744)
Signed-off-by: Iceber Gu <caiwei95@hotmail.com>
1 parent 52621c8 commit 6e30010

File tree

1 file changed

+1
-0
lines changed
  • examples/offline_inference/basic

1 file changed

+1
-0
lines changed

examples/offline_inference/basic/chat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def print_outputs(outputs):
8787
use_tqdm=False,
8888
chat_template=chat_template,
8989
)
90+
print_outputs(outputs)
9091

9192

9293
if __name__ == "__main__":

0 commit comments

Comments
 (0)