merge from main

This commit is contained in:
Yingbei 2024-03-11 13:57:02 -07:00
parent 9a8762532e
commit 8902fd41f0
No known key found for this signature in database
GPG key ID: 01CC633FE90B97CD

View file

@ -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;
}