philperceptron commited on
Commit
da577e8
·
1 Parent(s): 0dea593

no newline chat template

Browse files
Files changed (1) hide show
  1. chat_template.jinja +3 -2
chat_template.jinja CHANGED
@@ -131,8 +131,9 @@
131
  {%- endif %}
132
  {%- endfor %}
133
  {%- if add_generation_prompt %}
134
- {{- '<|im_start|>assistant\n' }}
135
  {%- if enable_thinking is defined and enable_thinking is false %}
136
- {{- '<think>\n\n</think>\n\n' }}
 
 
137
  {%- endif %}
138
  {%- endif %}
 
131
  {%- endif %}
132
  {%- endfor %}
133
  {%- if add_generation_prompt %}
 
134
  {%- if enable_thinking is defined and enable_thinking is false %}
135
+ {{- '<|im_start|>assistant\n<think>\n\n</think>\n\n' }}
136
+ {%- else %}
137
+ {{- '<|im_start|>assistant' }}
138
  {%- endif %}
139
  {%- endif %}