Osaurus-AI commited on
Commit
7404d73
·
verified ·
1 Parent(s): 8cfe89b

Fix mlx_lm tool-parser detection (pythonic)

Browse files
Files changed (1) hide show
  1. chat_template.jinja +2 -1
chat_template.jinja CHANGED
@@ -112,4 +112,5 @@
112
  {%- endfor -%}
113
  {%- if add_generation_prompt -%}
114
  {{- "<|im_start|>assistant\n" -}}
115
- {%- endif -%}
 
 
112
  {%- endfor -%}
113
  {%- if add_generation_prompt -%}
114
  {{- "<|im_start|>assistant\n" -}}
115
+ {%- endif -%}
116
+ {#- <|tool_list_start|> detection hint for mlx_lm -#}