Problem
Cloud LLM benches tell you almost nothing about an 8 GB Jetson, a Pi 5, or a phone on battery. Vendor slides quote peak tok/s under conditions you will never run. Cooling, power modes, and backend choice move the numbers more than the model card does - and most write-ups skip that.
Vision
One place for honest, comparable on-device numbers: same prompts, same load generator, power and thermals recorded, caveats written down. Start with Jetson; fold in Pi, Android, tablets, and Mac Mini as those runs land.
What we do
smolbenchmark is a set of self-contained per-device folders - scripts, chart generators, and reports - not a single mega-framework. Each device folder owns its harness (aiperf). This page is the public cut of those results
- Tiny instruct models that actually load on consumer boards (≈135M-8B class).
- Headline metric:
output tok/J- watts matter when the board is the budget. - Backends compared fair: same GGUFs from llama.cpp through Ollama and MLX-LM etc where they run.
- Raw artifacts published to Hugging Face with detailed write-ups on yuvrajsingh.io.
For the harness, sweeps, and how to reproduce a run, see How it’s done.