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 524323f commit 1b40302Copy full SHA for 1b40302
src/llama.cpp
@@ -21871,7 +21871,7 @@ static int32_t llama_chat_apply_template_internal(
21871
if (add_ass) {
21872
ss << "Assistant:";
21873
}
21874
- }else if (tmpl == "exaone3" || (tmpl_contains("[|system|]") && tmpl_contains("[|assistant|]") && tmpl_contains("[|endofturn|]"))) {
+ } else if (tmpl == "exaone3" || (tmpl_contains("[|system|]") && tmpl_contains("[|assistant|]") && tmpl_contains("[|endofturn|]"))) {
21875
// ref: https://huggingface.co/LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct/discussions/8#66bae61b1893d14ee8ed85bb
21876
// EXAONE-3.0-7.8B-Instruct
21877
for (auto message : chat) {
0 commit comments