Zero-Cost 25 tok/s 7B MoE Inference on CPU
Annual_Manner_5901 · reddit · 2026-07-18
The author showcased Reame, a CPU-first inference server built on llama.cpp, and provided a live demo accessible directly via a web browser.
Core Performance
- Running OLMoE 7B (1B active MoE, Q4) on an Oracle Always-Free ARM 4 vCPU machine achieves speeds around 25 tok/s.
- On the same machine, a dense 9B model only manages about 4.6 tok/s.
- The author notes that MoE's advantage lies in delivering 7B-class output while only activating 1B parameters per token, making it highly cost-effective on CPUs.
Zero-Cost Deployment Stack
- Compute: Oracle Always-Free ARM box
- Public HTTPS: Free Tailscale Funnel
- Frontend: GitHub Pages static site
- Total hosting cost: €0
System Design
The author emphasizes a core principle: never compute the same thing twice on a CPU.
- Prompt prefixes and historical generation results are snapshotted to disk and reused across requests and restarts.
- A Redis-compatible daemon (ARCA) was built to share exact response caches and generation corpora across multiple machines.
- The target use case isn't as a ChatGPT replacement, but rather for narrow tasks like extraction, classification, and batch processing.
The post concludes by noting that this is a free, single-machine, single-request demo, and OLMoE is currently optimized primarily for English.
More from Venture
- Steal this idea: prompt-to-hardware where agents assemble custom devices — paraschopra · 2026-09-11
- Marc Loou gives away free book on making $3M from 36 startups, 90% of them failures — marclou · 2026-09-11
- Trucking brokerage acquired for its AI platform and 8,000-carrier network, not revenue — MatthewChang · 2026-09-11
- Investor argues Palantir-Nvidia partnership should slash Anthropic's IPO valuation — pdamodaran · 2026-09-11
- Moonshot's annualized revenue jumped from $300M to $1B in two months after Kimi K3 — Hesamation · 2026-09-11
- Mid-market companies' AI SEO bottleneck is ops execution, not strategy, says SEO practitioner — gaganghotra_ · 2026-09-11