From 8902fd41f06b7c072678f478e19b2ad5e01ec26e Mon Sep 17 00:00:00 2001 From: Yingbei Date: Mon, 11 Mar 2024 13:57:02 -0700 Subject: [PATCH] merge from main --- examples/server/utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/utils.hpp b/examples/server/utils.hpp index b7d270b33..38a9d3eaf 100644 --- a/examples/server/utils.hpp +++ b/examples/server/utils.hpp @@ -141,7 +141,7 @@ inline std::string format_chat(const struct llama_model * model, const std::stri const std::string formatted_chat(buf.data(), res); LOG_VERBOSE("formatted_chat", {{"text", formatted_chat.c_str()}}); - + printf("formatted_chat: %s\n", formatted_chat.c_str()); return formatted_chat; }