Install our extension to search inside any video instantly.

These Lunatics Put a 27B Model on an iPhone

Added:
138 views12likes8:35devsplainersOriginal Release: 2026-07-17

A 27B-parameter LLM can run offline on an iPhone by using 1-bit quantization, which stores each weight as only its sign (+1 or -1) with a shared scale factor per 128 weights, reducing memory from 54GB to under 4GB; this works because the model is retrained with quantization constraints (quantization-aware training), allowing it to learn to route around precision limitations, though performance varies by task (math holds well at 92% accuracy, while agentic tool calling drops to 66%) and language (English performs better than German or Italian).