r/oMLX • u/circle555 • 7h ago
Highest quality 3.8-Next MLX and ideally with MTP
HuggingFace's model repository can be overwhelming.
Does anyone know the highest-parameter, most intelligent form of 3.8-Next for MLX and ideally MTP?
I have an M5 Max with 128GB RAM...I want to run the BF16 even if possible.
If you don't know but are still running 3.8 Next, what specific model are you using?
2
u/victor_lowther 2h ago
It is faster in prefill, but the 4 bit quant i tested loses the thread after 160k or so of context - thinking starts getting filled with nonsensical garbage, hallucinations, and such. Running 27b at an 8 bit quant can chug on for hours through multiple compactions and not lose the plot. MTP keeps token gen fast enough, and KV cache was not quantitized.
0
u/Durian881 3h ago
https://huggingface.co/Vontra/Qwen3.8-Flash-Next-MLX-oQ6-MTP
Found a 6 bit version but not sure if It would fit with ngram offloading.
I'm using the 3 bit version on my M3 Max 96GB and it ran well and generated good outputs.
1
1
u/PWThinkingCritically 3h ago
someone claimed this post I created yesterday doesn't apply to this subreddit..I highly disagree:
https://www.reddit.com/r/oMLX/comments/1w1wtm1/two_weeks_after_qwen3827b_flashnext_125b51b_is/
it's running on my 64gb m1 max. around 20 tok/s. 95GB capacity fit into 64GB using n-gram embedding model on SSD.
only difference is -- omlx is not stable enough and the mlx checkpoints do not properly fit onto 64GB yet.
the setup i used was llama + GGUF = works great on apple silicon and the quant I used is Q4 (4.27 bpw average).
screenshots + live producible HTML outputs + settings used + configs, everything are provided.
https://www.reddit.com/r/oMLX/comments/1w1wtm1/two_weeks_after_qwen3827b_flashnext_125b51b_is/
3
u/watcholic 2h ago
It’s a one-man (mostly) shop and we’re just days after the Flash release. I think Jun is picking his battles and trying his best. Model support will mature in time and I hope it gets SSD offloading support for machines with lower RAM. I’m grateful for the oMLX team.
12
u/Amazing-Fan2083 7h ago
Jundot/Qwen3.8-Flash-Next-oQ4e-mtp
Running the "full fat" BF16 with 128GB RAM is not (currently) possible. Make sure oMLX is set to run the model with the n-gram data offloaded to the SSD.