Earlier quoted context omitted.
i think you will like luna if you haven't tried it yet
Luna is twice the price of Deepseek V4 Flash 0731, and less capable :/
Qwen 3.8 27B
381–390 of 848 posts
Re: Qwen 3.8 27B
#382Earlier quoted context omitted.
Honest question, how do you assess models this quickly? What metrics are you using? Would love to get my suite from multiple days and hundreds of prompts down to minutes. Got a few first pass tasks I run upon release for an initial experience, but those only work because even Fable and Sol fail despite objectively correct solutions existing, so it works because most models fail, but then, those are consciously not en…
What are you working on? That can dictate which models are best.
Re: Qwen 3.8 27B
#383Any tips on the best approach at running this at an M4 Max 128GB? Token throughput was a bit slow with the last 27B one (MLX), ended up using the A3B variant but if I could get this one to reasonable speed I'd much prefer it.
Wait for the MTP variants that will likely be out within days. I'm on a 128GB Strix Halo box and for 3.6-27B 8bits I was getting about 9tok/sec (not great). With MTP that gets closer to 18 tok/sec (kind'a usable).
Re: Qwen 3.8 27B
#384Earlier quoted context omitted.
Why slow? I see ~50tps on a single 3090
Whats your setup? I have a single 3090 and am struggling to get it purring
I am benchmarking it now locally, will put the results and speed/tps on aibenchy.com
Re: Qwen 3.8 27B
#385Re: Qwen 3.8 27B
#386As usual, the Jinja templates are messed up so use this [0] to reduce or turn off thinking, fix tool calling, keep a 100% KV cache hit rate, etc. [0] https://huggingface.co/froggeric/Qwen-Fixed-Chat-Templates
Interesting. Why don't the unsloth guides ( https://unsloth.ai/docs/models/qwen3.8 ) mention this? Do they already include the fixes in their GGUFs?
Re: Qwen 3.8 27B
#387Re: Qwen 3.8 27B
#388Earlier quoted context omitted.
"Benchmark is stupid" and "model beats model on benchmark" are two different things, though. The second one is objectively true regardless of your views on the first one, right? To expect everyone to share your opinion that benchmarks are stupid is pretty weird, and just saying "no" to an objective truth is the definition of delusion.
If a benchmark is a measure of nothing useful, then model beats model is an objectively useless fact
I can say I find the law stupid, so no one should say person A beat person B in court. But I did not prove the law is stupid; I merely thought it subjectively and demanded others to follow the second part because I believe the first part is true.
Saying that "if the law is useless, court cases are useless" is objectively true and cannot be argued with. But you still need to prove why the law is useless, not why you think it is and even then if people disagree and use the law as a reference, then it's not objectively useless and court cases are not useless as well.
Re: Qwen 3.8 27B
#389Since it might be helpful to some, here's my current commandline for llama.cpp running on an RTX 4090 with my monitor moved to the iGPU to free up all of its VRAM. llama-server -m Qwen3.8-27B-IQ4_NL.gguf --mmproj mmproj-BF16.gguf -c 170000 --parallel 1 -ngl -1 --cache-type-k q8_0 --cache-type-v q8_0 -b 1024 -ub 512 --flash-attn on --no-context-shift --no-mmproj-offload --spec-type draft-mtp --spec-draft-n-max 5 --spe…
I absolutely love this comment. I wished there was a website where people would post their working command lines as well as what hardware they are using to run that stuff on + tokens / sec prefill + gen.
Searching through Reddit and forums for best commands is annoying.
Re: Qwen 3.8 27B
#390Since it might be helpful to some, here's my current commandline for llama.cpp running on an RTX 4090 with my monitor moved to the iGPU to free up all of its VRAM. llama-server -m Qwen3.8-27B-IQ4_NL.gguf --mmproj mmproj-BF16.gguf -c 170000 --parallel 1 -ngl -1 --cache-type-k q8_0 --cache-type-v q8_0 -b 1024 -ub 512 --flash-attn on --no-context-shift --no-mmproj-offload --spec-type draft-mtp --spec-draft-n-max 5 --spe…