merge from main
This commit is contained in:
parent
9a8762532e
commit
8902fd41f0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
const std::string formatted_chat(buf.data(), res);
|
||||||
|
|
||||||
LOG_VERBOSE("formatted_chat", {{"text", formatted_chat.c_str()}});
|
LOG_VERBOSE("formatted_chat", {{"text", formatted_chat.c_str()}});
|
||||||
|
printf("formatted_chat: %s\n", formatted_chat.c_str());
|
||||||
return formatted_chat;
|
return formatted_chat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue