undo accident
This commit is contained in:
parent
059ccd8221
commit
e147af330e
1 changed files with 1 additions and 2 deletions
|
|
@ -800,7 +800,7 @@ qwen25_template = \
|
|||
{%- if tool_call.function is defined %}
|
||||
{%- set tool_call = tool_call.function %}
|
||||
{%- endif %}
|
||||
{{- \'\\n<tool_call>\\n{"name": "' }}
|
||||
{{- \'\\n<tool_call>\\n{"name": "\' }}
|
||||
{{- tool_call.name }}
|
||||
{{- \'", "arguments": \' }}
|
||||
{{- tool_call.arguments | tojson }}
|
||||
|
|
@ -2313,4 +2313,3 @@ def test_hf_gguf_equivalence(tokenizer, gguf_model = "./model-unsloth.F16.gguf")
|
|||
pass
|
||||
return True
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue