Update non-thinking chat template (#3)
Browse files- Update non-thinking chat template (b4c1811a2bb3012ca1cc3fa2d12ed3311332f231)
Co-authored-by: Caglar Unlu <agesf@users.noreply.huggingface.co>
- chat_template.jinja +0 -3
chat_template.jinja
CHANGED
|
@@ -356,8 +356,5 @@
|
|
| 356 |
{%- if add_generation_prompt -%}
|
| 357 |
{%- if ns.prev_message_type != 'tool_response' and ns.prev_message_type != 'tool_call' -%}
|
| 358 |
{{- '<|turn>model\n' -}}
|
| 359 |
-
{%- if not enable_thinking | default(false) -%}
|
| 360 |
-
{{- '<|channel>thought\n<channel|>' -}}
|
| 361 |
-
{%- endif -%}
|
| 362 |
{%- endif -%}
|
| 363 |
{%- endif -%}
|
|
|
|
| 356 |
{%- if add_generation_prompt -%}
|
| 357 |
{%- if ns.prev_message_type != 'tool_response' and ns.prev_message_type != 'tool_call' -%}
|
| 358 |
{{- '<|turn>model\n' -}}
|
|
|
|
|
|
|
|
|
|
| 359 |
{%- endif -%}
|
| 360 |
{%- endif -%}
|