Qwen through llama.cpp seems to fail some sort of parsing #39130
Hexorg
started this conversation in
LLMs and Zed Agent
Replies: 1 comment
-
I sometimes have the same issue, especially when the LLM (Qwen3) makes multiple simultaneous calls, or calls the same tool on the same file (multiple edits). I also thought this was due to the tag not being closed, but if you check by viewing the markdown, the calls seem to be correct. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get unclosed

<tool_call>
and<function=
tags in the LLM output view:Possibly related - in this same thread qwen is seemingly unable to edit files - only read them:
This repeated until I stopped it.
Beta Was this translation helpful? Give feedback.
All reactions