We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7084755 commit f53119cCopy full SHA for f53119c
llama.cpp
@@ -12525,7 +12525,7 @@ static std::string trim(const std::string & str) {
12525
// This function uses heuristic checks to determine commonly used template. It is not a jinja parser.
12526
static int32_t llama_chat_apply_template_internal(
12527
const std::string & tmpl,
12528
- const std::vector<const llama_chat_message *> & chat,
+ const std::vector<const llama_chat_message *> & chat,
12529
std::string & dest, bool add_ass) {
12530
// Taken from the research: https://github.com/ggerganov/llama.cpp/issues/5527
12531
std::stringstream ss;
0 commit comments