Skip to content

Commit 1b40302

Browse files
committed
update
1 parent 524323f commit 1b40302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21871,7 +21871,7 @@ static int32_t llama_chat_apply_template_internal(
2187121871
if (add_ass) {
2187221872
ss << "Assistant:";
2187321873
}
21874-
}else if (tmpl == "exaone3" || (tmpl_contains("[|system|]") && tmpl_contains("[|assistant|]") && tmpl_contains("[|endofturn|]"))) {
21874+
} else if (tmpl == "exaone3" || (tmpl_contains("[|system|]") && tmpl_contains("[|assistant|]") && tmpl_contains("[|endofturn|]"))) {
2187521875
// ref: https://huggingface.co/LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct/discussions/8#66bae61b1893d14ee8ed85bb
2187621876
// EXAONE-3.0-7.8B-Instruct
2187721877
for (auto message : chat) {

0 commit comments

Comments
 (0)