We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52621c8 commit 6e30010Copy full SHA for 6e30010
examples/offline_inference/basic/chat.py
@@ -87,6 +87,7 @@ def print_outputs(outputs):
87
use_tqdm=False,
88
chat_template=chat_template,
89
)
90
+ print_outputs(outputs)
91
92
93
if __name__ == "__main__":
0 commit comments