Why preserve_thinking was removed from chat_template.jinja?

#1
by zaskara - opened

There is no this part:
{%- if (preserve_thinking is defined and preserve_thinking is true) or (loop.index0 > ns.last_query_index) %}
{{- '<|im_start|>' + message.role + '\n\n' + reasoning_content + '\n\n\n' + content }}
{%- else %}

Does it mean this model does not support preserve_thinking?

Sign up or log in to comment