fix typo
This commit is contained in:
parent
77ae97e7d6
commit
cf83623a47
1 changed files with 1 additions and 1 deletions
|
@ -1875,7 +1875,7 @@ std::string common_chat_format_example(const common_chat_template & tmpl, bool u
|
||||||
"{%- endfor -%}\n" \
|
"{%- endfor -%}\n" \
|
||||||
"{%- if add_generation_prompt -%}\n" \
|
"{%- if add_generation_prompt -%}\n" \
|
||||||
" {{- '<|im_start|>assistant\n' -}}\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)
|
common_chat_templates common_chat_templates_from_model(const struct llama_model * model, const std::string & chat_template_override)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue