Skip to content

Commit af698c6

Browse files
author
mike dupont
committed
now printing tokens
1 parent 90568a6 commit af698c6

File tree

3 files changed

+447
-17
lines changed

3 files changed

+447
-17
lines changed

examples/server/server.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,7 @@ struct llama_server_context
11291129
{
11301130
send_partial_response(slot, result);
11311131
}
1132+
print_fields(slot);
11321133
}
11331134

11341135
if (slot.multibyte_pending > 0 && !slot.has_next_token)

0 commit comments

Comments
 (0)