FULL STORY

FreeToken: Running 35B Models on Consumer GPUs

UC Berkeley, MIT and UT researchers open-sourced FreeToken, a MoE inference engine that optimizes GPU cache bottlenecks, enabling 35B-parameter models to run smoothly on consumer PCs with 8GB VRAM.

2026-08-22 ~ 2026-08-29 · 2 episodes · 13 posts

Episode 1 · UC Berkeley and MIT Open-Source FreeToken: Frontier MoE Models on Consumer PCs (2026-08-22, 11 posts)

UC Berkeley Sky Lab, together with MIT researchers, open-sourced FreeToken, an edge-oriented MoE inference engine (GitHub org FlashML-org, paper arXiv:2608.16157) that lets consumer PCs run frontier open-source MoE models locally without large VRAM. Official and early third-party results point in the same direction, and community developers have already begun contributing platform ports such as Apple Silicon/MLX support.

Confirmed

  • The launch post came from @YuchenjUW (UC Berkeley Sky Lab); @gnukeith, @solyarisoftware and Synced report the project was jointly open-sourced by UC Berkeley and MIT researchers.
  • Core techniques: bandwidth-adaptive CPU-GPU execution, treating CPU/GPU/memory as one elastic system with dynamic expert migration, and semantic caching across agent turns; @markk's paper walkthrough adds that the full-stack co-design targets two realities of local AI—constantly shifting agent workload execution patterns and heterogeneous, imbalanced edge hardware.
  • Official numbers: roughly 3–4x decode and 6–30x prefill speedups over Ollama; a single RTX PRO 6000 workstation runs the 753B GLM-5.2 at 14.9 tok/s; an 8GB RTX 4060 laptop runs Qwen3.6 35B at 39 tok/s (39.3 per Synced); a single RTX 5090 runs DeepSeek-V4-Flash 284B at 25 tok/s, 1.46x faster than llama.cpp.
  • Community tests: @ViRROOO's early local test (RTX 5080 16GB + 64GB DDR6) reports 100 tok/s for a 35B model on a 4090-class GPU; @jasonkneen submitted an Apple Silicon/Metal/MLX support PR, showing third-party platform contributions have begun.
  • @gnukeith adds that an ordinary gaming PC (e.g. 5090 + large system RAM, no big VRAM needed) can run 290B+ parameter MoE models at interactive speeds.

Unconfirmed

  • Benchmarks mostly come from official and a few preliminary third-party tests; @ViRROOO notes results are early, and independent replication across hardware configs (especially non-NVIDIA) and long-term stability remain to be verified.

Why it matters

  • FreeToken lowers the barrier to running frontier open MoE models locally to a budget 4060 laptop or a gaming PC; @berkeleyai even claims optimized frontend model serving costs can drop to zero.
  • It matters directly for privacy-sensitive, offline and cost-constrained use cases (personal agents, edge deployment); aligned third-party tests and voluntary platform contributions add credibility, though broader independent replication is still needed.

Episode 2 · FreeToken Lets 8GB GPUs Run 35B MoE Models On-Device (2026-08-29, 2 posts)

UC Berkeley and UT researchers released FreeToken, an inference engine that dynamically adapts GPU caches and bandwidth for MoE models, enabling an 8GB laptop GPU to run a 35B model at 39.3 tokens per second.