We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67baa01 + 04656b1 commit 3d96053Copy full SHA for 3d96053
llama_cpp/llama_chat_format.py
@@ -3773,7 +3773,8 @@ class Qwen3VLChatHandler(Llava15ChatHandler):
3773
"{%- endif -%}"
3774
"{%- elif message.role == 'tool' -%}"
3775
"{{- '</tool_response>' -}}"
3776
- "{%- elif message.role != 'system' -%}"
+ "{%- endif -%}"
3777
+ "{%- if message.role != 'system' -%}"
3778
"{{- '<|im_end|>\n' -}}"
3779
3780
"{%- endfor -%}"
0 commit comments