Image-Text-to-Text
Transformers
GGUF
llama.cpp
vision
multimodal
text-generation-inference
unsloth
conversational
qwen3_6
reasoning
chain-of-thought
lora
sft
agent
tool-use
function-calling
coder

tool dead loop calls

#10
by haibin0528 - opened

This encoder model is relatively better than Qwopus3.6-27B-v2-MTP-Q5_KM.gguf, and the encoder often experiences tool dead loop calls

Hello, thank you for your feedback. I apologize for the delayed response as I have been away traveling for the past few days. We have fixed the issue with the template and have re-released a new MTP model: Jackrong/Qwopus3.6-27B-Coder-Compat-MTP-GGUF.
Thank you!

Thank you, I will download and test it

after struggling with infinite loops on qwen models for a while, I finally found the definitive fix (on windows .bat): --chat-template-kwargs "{"preserve_thinking":true}"

Sign up or log in to comment