Update chat_template.jinja
Browse files- chat_template.jinja +1 -3
chat_template.jinja
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
{# Unsloth template fixes #}
|
| 2 |
{%- set image_count = namespace(value=0) %}
|
| 3 |
{%- set video_count = namespace(value=0) %}
|
| 4 |
{%- macro render_content(content, do_vision_count, is_system_content=false) %}
|
|
@@ -153,5 +152,4 @@
|
|
| 153 |
{%- else %}
|
| 154 |
{{- '<think>\n' }}
|
| 155 |
{%- endif %}
|
| 156 |
-
{%- endif %}
|
| 157 |
-
{# Copyright 2026-present Unsloth. Apache 2.0 License. #}
|
|
|
|
|
|
|
| 1 |
{%- set image_count = namespace(value=0) %}
|
| 2 |
{%- set video_count = namespace(value=0) %}
|
| 3 |
{%- macro render_content(content, do_vision_count, is_system_content=false) %}
|
|
|
|
| 152 |
{%- else %}
|
| 153 |
{{- '<think>\n' }}
|
| 154 |
{%- endif %}
|
| 155 |
+
{%- endif %}
|
|
|