Osaurus-AI commited on
Commit
dee2021
·
verified ·
1 Parent(s): 8106a9d

Fix mlx_lm tool-parser detection (pythonic)

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