A bit skeptical about a 27B model comparable to opus...
Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model
41–50 of 482 posts
Re: Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model
#42Re: Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model
#43I wish that all announcements of models would show what (consumer) hardware you can run this on today, costs and tok/s.
As this is a dense model and it's pretty sizable, 4-bit quantization can be nearly lossless. With that, you can run this on a 3090/4090/5090. You can probably even go FP8 with 5090 (though there will be tradeoffs). Probably ~70 tok/s on a 5090 and roughly half that on a 4090/3090. With speculative decoding, you can get even faster (2-3x I'd say). Pretty amazing what you can get locally.
The 4-bit quants are far from lossless. The effects show up more on longer context problems.
> You can probably even go FP8 with 5090 (though there will be tradeoffs)
You cannot run these models at 8-bit on a 32GB card because you need space for context. Typically it would be Q5 on a 32GB card to fit context lengths needed for anything other than short answers.
Re: Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model
#44I wish that all announcements of models would show what (consumer) hardware you can run this on today, costs and tok/s.
Re: Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model
#45Earlier quoted context omitted.
As this is a dense model and it's pretty sizable, 4-bit quantization can be nearly lossless. With that, you can run this on a 3090/4090/5090. You can probably even go FP8 with 5090 (though there will be tradeoffs). Probably ~70 tok/s on a 5090 and roughly half that on a 4090/3090. With speculative decoding, you can get even faster (2-3x I'd say). Pretty amazing what you can get locally.
That seems awfully speculative without at least some anecdata to back it up.
Re: Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model
#46I wish that all announcements of models would show what (consumer) hardware you can run this on today, costs and tok/s.
I get ~5 tokens/s on an M4 with 32G of RAM, using: llama-server \ -hf unsloth/Qwen3.6-27B-GGUF:Q4_K_M \ --no-mmproj \ --fit on \ -np 1 \ -c 65536 \ --cache-ram 4096 -ctxcp 2 \ --jinja \ --temp 0.6 \ --top-p 0.95 \ --top-k 20 \ --min-p 0.0 \ --presence-penalty 0.0 \ --repeat-penalty 1.0 \ --reasoning on \ --chat-template-kwargs '{"preserve_thinking": true}' 35B-A3B model is at ~25 t/s. For comparison, on an A100 (~RTX…
Re: Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model
#47Earlier quoted context omitted.
As this is a dense model and it's pretty sizable, 4-bit quantization can be nearly lossless. With that, you can run this on a 3090/4090/5090. You can probably even go FP8 with 5090 (though there will be tradeoffs). Probably ~70 tok/s on a 5090 and roughly half that on a 4090/3090. With speculative decoding, you can get even faster (2-3x I'd say). Pretty amazing what you can get locally.
That seems awfully speculative without at least some anecdata to back it up.
This isn't the first open-weight LLM to be released. People tend to get a feel for this stuff over time.
Let me give you some more baseless speculation: Based on the quality of the 3.5 27B and the 3.6 35B models, this model is going to absolutely crush it.
Re: Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model
#48A bit skeptical about a 27B model comparable to opus...
But when actually employed to write code they will fall over when they leave that specific domain.
Basically they might have skill but lack wisdom. Certainly at this size they will lack anywhere close to the same contextual knowledge.
Still these things could be useful in the context of more specialized tooling, or in a harness that heavily prompts in the right direction, or as a subagent for a "wiser" larger model that directs all the planning and reviews results.
Re: Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model
#49I wish that all announcements of models would show what (consumer) hardware you can run this on today, costs and tok/s.
As this is a dense model and it's pretty sizable, 4-bit quantization can be nearly lossless. With that, you can run this on a 3090/4090/5090. You can probably even go FP8 with 5090 (though there will be tradeoffs). Probably ~70 tok/s on a 5090 and roughly half that on a 4090/3090. With speculative decoding, you can get even faster (2-3x I'd say). Pretty amazing what you can get locally.
Re: Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model
#50I wish that all announcements of models would show what (consumer) hardware you can run this on today, costs and tok/s.