Skip to content

Commit fbe9171

Browse files
StrangeBytesDevarthw
authored andcommitted
server : add newline after chat example (ggml-org#9616)
1 parent a76ed8f commit fbe9171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3179,7 +3179,7 @@ int main(int argc, char ** argv) {
31793179
}
31803180

31813181
// print sample chat example to make it clear which template is used
3182-
LOG_INF("%s: chat template, built_in: %d, chat_example: '%s\n'", __func__, params.chat_template.empty(), llama_chat_format_example(ctx_server.model, params.chat_template).c_str());
3182+
LOG_INF("%s: chat template, built_in: %d, chat_example: '%s'\n", __func__, params.chat_template.empty(), llama_chat_format_example(ctx_server.model, params.chat_template).c_str());
31833183

31843184
ctx_server.queue_tasks.on_new_task(std::bind(
31853185
&server_context::process_single_task, &ctx_server, std::placeholders::_1));

0 commit comments

Comments
 (0)