Running a 95.5GB Qwen Model on a 64GB Mac at 27 tok/s via Expert Streaming

SnooPredictions515 · reddit · 2026-09-19

A developer published a checkpoint and llama.cpp fork that runs Qwen3.8-Flash-Next (95.5 GiB) on a 64GB Mac by streaming MoE experts from SSD. Key tricks: direct file reads instead of mmap (prefill 181→401 tok/s), draft-head speculative decoding (18→27.6 tok/s), depth-3 + 0.3 confidence floor beating depth 4 by 10%, and a quant mix lifting perplexity to 4.31. Full setup commands in the repo.

Original post →

More from Infra

Infra channel →