Fitting a 27B Model on an iPhone
ElmBark · reddit · 2026-07-17
PrismML managed to create an iPhone-runnable version of Bonsai (based on Qwen3.6-27B) by compressing its weights down to 1-bit.
- The original model was roughly 54GB, but the quantized version is only 3.9GB, easily fitting on a phone.
- It utilizes true binary quantization: each weight has just 1 sign bit, sharing a single FP16 scale per 128 weights.
- Unusually, even the embeddings, attention/MLP projections, and LM head were binarized.
- Across 15 benchmarks, the average score dropped from 85.1 (FP16) to 76.1, retaining about 89.5% of the performance.
- Math tasks saw the best retention (91.7%), while knowledge and reasoning experienced more noticeable degradation.
- Memory footprint remains low: 5.2GB for a 4K context and 6.8GB for a 100K context (using a 4-bit KV cache).
The original post also notes that this version can already run on an iPhone 15 Pro Max via Atomic Chat.
More from Infra
- Nebius says SlimSpec speeds speculative decoding 8–9% without shrinking the vocabulary — Arindam_1729 · 2026-07-21
- NVIDIA brings its Cosmos 3 Edge world model to Jetson for on-device robot control — liu_mingyu · 2026-07-21
- A silicon photonic reservoir chip compensates fiber distortion in real time at 28 Gbps — bravo_abad · 2026-07-21
- Chamath says open-sourcing Grok would push AI margins from models to infra and apps — Dan_Jeffries1 · 2026-07-21
- EU AI competitiveness is under pressure as firms double down on chips, ethics, and talent — nordicinst · 2026-07-21
- AI bottlenecks are shifting to memory, optics, yield control and power — thedealdirector · 2026-07-21