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

Thinking has issues

#3
by soyalemujica - opened

I have had to type in again "continue" to the CLI using Q5KM model at Q8KVCache with thinking enabled, it stops thinking and nothing happens until I type something again - have only experienced this issue with this model.

With Q6_K at Q_8 KV cache it just massively overthought every single thing over and over again to a degree I've never seen the base Qwen3.6 27B do. Definitely needs some figuring out to get it to stop rethinking a simple thing and burning tokens.

i wonder how that Boat Survival game was made and what was the promt?

EDIT: Updated llama.cpp and it's better now. Hasn't repeated yet!

OLD: It is repeating for me a lot. And the code I get is very basic...

Thinking should be off based on the model card.....

Thinking should be off based on the model card.....

yeah, I think the same, it's a coder model, not an orchestrator

Hi everyone, thanks for the feedback and for sharing your findings!

I’ve just pushed an update to a new repo (Jackrong/Qwopus3.6-27B-Coder-Compat-MTP-GGUF) with a fixed chat template to address some agent-related loop issues, so feel free to give that a try!

Sign up or log in to comment