Running Qwen3.6 on a 16GB Mac
andreaborio · hn · 2026-07-18
Demonstrates how to run Qwen3.6-35B-A3B on a 16GB M1 Pro. The core idea is using SSD-streamed MoE to stream model weights and experts on-demand from the SSD, rather than loading them entirely into memory at once.
Key takeaways from this approach:
- Makes otherwise oversized MoE models usable on low-memory machines.
- The focus is on the engineering trade-off between local inference and storage bandwidth, rather than a "model release."
- Offers direct practical value for users looking to run large models on laptops.
More from Infra
- RTK Terminal Compression Cuts Tokens but Leaves Your AI Coding Bill Unchanged — Bartaseth · 2026-09-11
- SF Compute founder: buying compute is 'an absolutely awful experience' right now — IgorCarron · 2026-09-11
- SmolVM open-sources persistent computer infrastructure for agents that outlive chat sessions — aniketmaurya · 2026-09-11
- PyTorch Day Korea 2026 launches first offline conf, CFP closes Sept 13 — PyTorch · 2026-09-11
- Local LLM server dilemma: 4x CMP-170HX (price up 53% in 20 days) vs Mac Studio M5 Ultra — rumboll · 2026-09-11
- llama.cpp lands Flash Attention tuning for RDNA4, big prefill gains on AMD — pmttyji · 2026-09-11