From cf83623a4796f049228f8bca167d4d267e9c4a0a Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Mon, 3 Feb 2025 13:58:46 +0000 Subject: [PATCH] fix typo --- common/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.cpp b/common/common.cpp index b9d1e0e30..e7dcffabc 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -1875,7 +1875,7 @@ std::string common_chat_format_example(const common_chat_template & tmpl, bool u "{%- endfor -%}\n" \ "{%- if add_generation_prompt -%}\n" \ " {{- '<|im_start|>assistant\n' -}}\n" \ - "{%- endif -%})" + "{%- endif -%}" common_chat_templates common_chat_templates_from_model(const struct llama_model * model, const std::string & chat_template_override) {