Earlier quoted context omitted.
If you can't get Qwen 3.8 27b to work well that's a skill issue. You just suck at using ai
Which exact quantization you use of that particular model? I've just spent two days testing it qualitatively (after the quantitative results were kind of bad, but promising), the official BF16 weights, and it keeps fucking up very basic things, like doing "rm -rf sessions/$id" without really checking or making sure $id is defined, so it ends up deleting more. I'd love it if local LLMs actually could replace remote on…
Qwen 3.8-Flash-Next releasing tomorrow (125B a6B)
171–178 of 178 posts
Re: Qwen 3.8-Flash-Next releasing tomorrow (125B a6B)
#172Re: Qwen 3.8-Flash-Next releasing tomorrow (125B a6B)
#173Earlier quoted context omitted.
Which exact quantization you use of that particular model? I've just spent two days testing it qualitatively (after the quantitative results were kind of bad, but promising), the official BF16 weights, and it keeps fucking up very basic things, like doing "rm -rf sessions/$id" without really checking or making sure $id is defined, so it ends up deleting more. I'd love it if local LLMs actually could replace remote on…
To be fair to Qwen, we've all been there.
Re: Qwen 3.8-Flash-Next releasing tomorrow (125B a6B)
#174Earlier quoted context omitted.
How do you folks code at 40-50 tps? With an extremely lightweight harness (pi) and just 8k system and tools context, and ~40tps on qwen 3.8 27B 4-bit on low thinking mode, it still takes me nearly 30-45 mins for a basic coding session... Does it work? yeah... But I'd pick a subscription anyday...
Do you find subscriptions to be meaningfully faster? I didn't really feel too much of a speed difference compared to Opus.
Re: Qwen 3.8-Flash-Next releasing tomorrow (125B a6B)
#175I was already rolling around the idea of a 128GB M5 Max MBP. Now this! A 4-bit MLX quant with 128k window should fit perfectly, in the 50-70 tok/s range.
How do you folks code at 40-50 tps? With an extremely lightweight harness (pi) and just 8k system and tools context, and ~40tps on qwen 3.8 27B 4-bit on low thinking mode, it still takes me nearly 30-45 mins for a basic coding session... Does it work? yeah... But I'd pick a subscription anyday...
Re: Qwen 3.8-Flash-Next releasing tomorrow (125B a6B)
#176Earlier quoted context omitted.
You probably meant Qwen3.8-35B-A3B. But judging from some of the words from their team, it seems unlikely unfortunately.
They normally release a 35b dense and an 27b moe (4B active per token) For context 35B on my m4 runs at 10 tokens a second, 27B moe runs 50-60 tokens a second.
Re: Qwen 3.8-Flash-Next releasing tomorrow (125B a6B)
#177Finally, a reason to own a 128GB Strix Halo or GB10 device. Or a reason to consider the new Mac Studio. I have a Strix Halo and dual 32GB GPUs in my desktop, and the latter is pretty much always better for running local models because it's quite a bit faster due to higher memory bandwidth. There simply haven't been any models that are better than Qwen 27B or Gemma 31B, which run comfortably in 64GB with big context.…
Re: Qwen 3.8-Flash-Next releasing tomorrow (125B a6B)
#178Earlier quoted context omitted.
To be fair to Qwen, we've all been there.
Maybe I got lucky (as I know others have had this issue), or it recovered by itself, but never had this happen with GPT models for as long as I've used codex, and I run it with "--sandbox danger-full-access --dangerously-bypass-approvals-and-sandbox" 100% of the times.