Skip to content

Commit ee554df

Browse files
authored
add clarify comment
1 parent bb94f4e commit ee554df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-chat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ int32_t llm_chat_apply_template(
571571
ss << "<|role_start|>assistant<|role_end|>";
572572
}
573573
} else if (tmpl == LLM_CHAT_TEMPLATE_YANDEX) {
574-
// Yandex template
574+
// Yandex template ("\n\n" is defined as EOT token)
575575

576576
ss << "<s>";
577577

0 commit comments

Comments
 (0)