FastFlowLM commited on
Commit
44ba3c2
·
2 Parent(s): 84cfa4dd6db6f7

feat: update config

Browse files
Files changed (2) hide show
  1. chat_template.jinja +1 -5
  2. config.json +1 -1
chat_template.jinja CHANGED
@@ -97,11 +97,7 @@
97
  {%- endif %}
98
  {%- endif %}
99
  {%- set reasoning_content = reasoning_content|trim %}
100
- {%- if loop.index0 > ns.last_query_index %}
101
- {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
102
- {%- else %}
103
- {{- '<|im_start|>' + message.role + '\n' + content }}
104
- {%- endif %}
105
  {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
106
  {%- for tool_call in message.tool_calls %}
107
  {%- if tool_call.function is defined %}
 
97
  {%- endif %}
98
  {%- endif %}
99
  {%- set reasoning_content = reasoning_content|trim %}
100
+ {{- '<|im_start|>' + message.role + '\n' + content }}
 
 
 
 
101
  {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
102
  {%- for tool_call in message.tool_calls %}
103
  {%- if tool_call.function is defined %}
config.json CHANGED
@@ -101,4 +101,4 @@
101
  "VISION_MM_TILE_K": 512,
102
  "VISION_MM_TILE_N": 64
103
  }
104
- }
 
101
  "VISION_MM_TILE_K": 512,
102
  "VISION_MM_TILE_N": 64
103
  }
104
+ }