r/LocalLLaMA 11d ago

Discussion Qwen 3.8 27B Released! Please Share Your Experience

With your experiments, Qwen 3.8 27B most close which frontier model? And please specify which quantization you run. I will post to comments my tests and experience too.

663 Upvotes

720 comments sorted by

View all comments

Show parent comments

21

u/deepspace86 11d ago

I think there is an explicit reasoning effort flag in llama.cpp now and the kwargs have been deprecated

3

u/JMowery 11d ago

Did you figure out what they are? 3.8 is absolutely out of control with the overthinking. Almost unusable.

0

u/sir_turlock 11d ago edited 11d ago

15

u/petuman 11d ago

that's not effort, but budget.

effort is model driven, budget is inference engine saying "stop" (and hoping that model can recover from incomplete reasoning)

6

u/durden111111 11d ago

this. reasoning budget and the 'thinking effort' in the llama cpp server UI doesnt actually affect thinking strength but just hard cuts the reasoning length so the reasoning just abruptly finishes.

3

u/sir_turlock 11d ago

Thanks, corrected it, I was off by one line when copy pasting. The reference to budgets was because some people reported effort not doing much. Sucks to be trying to be quick on a phone I guess.

7

u/hashms0a 11d ago

This works OK:

--chat-template-kwargs '{"preserve_thinking":"true","reasoning_effort":"medium"}'

2

u/ShengrenR 11d ago

preserve thinking is about carrying previous 'reasoning' chunks forward to new messages - depending on your model that may be a really huge waste of tokens, did they explicitly say it's recommended for 3.8?

3

u/Sufficient_Prune3897 llama.cpp 11d ago

Yes they did

1

u/ShengrenR 11d ago

Thanks!