FreeToken From Berkley Makes Your PC an AI Data Centre

University of California, Berkeley researchers have open-sourced FreeToken, a local inference engine that runs the Qwen3.6-35B language model on an 8GB GPU, despite a 35B model typically requiring 70GB for its weights. The engine achieves 39.3 tokens per second with Qwen3.6-35B, running two to four times faster than the ollama framework. The team explains that dynamically splitting memory misses overcomes compute limitations and dramatically accelerates performance, particularly for coding agents where first-token latency dropped from 232 seconds to under 44 seconds.

FreeToken Enables Qwen3.6-35B on Limited 8GB GPU Memory

Qwen3.6-35B is now operational on an 8GB GPU, a feat previously requiring 70GB of memory for its weights. University of California, Berkeley researchers achieved this reduction in hardware demands with FreeToken, a newly open-sourced local inference engine designed to exploit Mixture-of-Experts architectures. Initial testing demonstrates FreeToken processing Qwen3.6-35B at 39.3 tokens per second. The engine bypasses traditional compute limitations by focusing on the MoE router and dynamically splitting memory misses between the CPU and PCIe, based on a machine’s bandwidth.

This architecture significantly benefits coding agents, which often rewrite history and process thousands of tokens during prefill; FreeToken reduces first-token latency for these agents from 232 seconds, using llama.cpp, to under 44 seconds by saving checkpoints at agent framework boundaries. Beyond Qwen3.6-35B, FreeToken also supports DeepSeek-V4-Flash 284B on a 32GB GPU at 22 tokens per second and GLM-5.2 753B on a 96GB GPU at 14.9 tokens per second, all while remaining compatible with OpenAI and Anthropic APIs and licensed under Apache 2.0.

Stay current

See today’s quantum computing news on Quantum Zeitgeist for the latest breakthroughs in qubits, hardware, algorithms, and industry deals.

Avatar of Ivy Delaney

Ivy Delaney

Ivy Delaney has been working with neural networks and machine learning since the mid-nineties, back when a couple of hidden layers and a long afternoon of training counted as ambitious. She has watched the field go from academic curiosity to the thing quietly running underneath everything, and she brings that long view to quantum computing. For Quantum Zeitgeist she covers the ground where the two fields meet. That means quantum machine learning and the variational algorithms it leans on, and it also means the less glamorous but more interesting story of classical machine learning already doing real work inside quantum machines, decoding error-correcting codes, calibrating noisy hardware and learning the error models that simulators depend on. She writes about the hardware those algorithms have to run on too, and about the post-quantum cryptography scramble that the same hardware has set off. Her stories typically start with the paper, whether that is peer-reviewed work, conference proceedings or an arXiv preprint, with the source linked so you can hold a claim up against the research it came from. She is unimpressed by benchmarks that will not say what they beat, and by demonstrations that only work in the press release.

Latest Posts by Ivy Delaney: