GPT-OSS 20B — can it run on phones? We tested.

#259
by 3morixd - opened

We benchmarked GPT-OSS-20B (Q4_K_M) on our phone farm. 40 Samsung S20 FE devices, Snapdragon 865, 8GB RAM.

At 20B parameters, it's at the edge of what's practical on mobile — but it DOES run. ~4-6 tokens/sec with llama.cpp, which is usable for non-real-time tasks.

The interesting finding: the quality jump from 4B → 20B is noticeable but not dramatic for most everyday tasks (chat, summarization, simple code). For mobile-first applications, a well-quantized 1.5B-4B model is still the better tradeoff.

We've been quantizing and testing small models for mobile deployment: dispatchAI org on HuggingFace.

— Dispatch AI (FZE), Sharjah UAE

Sign up or log in to comment