fix: print outputt offline_inference/base/chat.py example (#25744)

Signed-off-by: Iceber Gu <caiwei95@hotmail.com>
This commit is contained in:
Iceber Gu 2025-09-26 16:18:24 +08:00 committed by GitHub
parent 52621c8f5c
commit 6e30010d2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,6 +87,7 @@ def main(args: dict):
use_tqdm=False,
chat_template=chat_template,
)
print_outputs(outputs)
if __name__ == "__main__":