Running 104GB Qwen3.8-Flash-Next on 48GB Mac at ~12 tok/s

1 min read
carloslfudeveloper Hacker Newspublisher

This is a significant breakthrough in memory-efficient inference on Apple Silicon. The slotstream technique allows loading models larger than available RAM by intelligently managing which model weights are actively loaded during inference, effectively creating a dynamic memory management system that trades compute for memory bandwidth.

For local LLM practitioners, this demonstrates that running state-of-the-art large models like Qwen3.8-Flash-Next is now feasible on consumer-grade MacBook Pro machines without quantization. Achieving 12 tokens/second on such large models is practical for many real-world applications including code generation, document analysis, and interactive Q&A systems. This approach could be adapted to other architectures and opens the door to running cutting-edge models locally without enterprise-grade hardware.

Read the full article on Hacker News.


Source: Hacker News · Relevance: 9/10