FreeToken Makes Frontier MoE More Local
FreeToken is an edge-native MoE serving system that combines GPU, CPU, and system RAM, dynamically caching and executing experts across available hardware. Its paper reports support for models up to 753B parameters, while demonstrating a 35B model on an 8GB laptop GPU.
FreeToken targets one of local AI’s biggest constraints: VRAM, turning bandwidth and heterogeneous hardware into scheduling resources rather than hard limits.
- –Dynamic expert caching keeps frequently used MoE experts in VRAM while storing the full pool in system RAM.
- –Bandwidth-adaptive CPU–GPU execution assigns cache misses to whichever path is faster on a given machine.
- –Semantic-aware state caching could significantly reduce latency in coding agents and tool-using workflows.
- –The reported results are promising, but real-world performance will depend heavily on RAM capacity, PCIe bandwidth, model quantization, and workload patterns.
- –The Apache-2.0 release makes FreeToken particularly relevant for developers building private, local inference stacks.
DISCOVERED
2h ago
2026-08-22
PUBLISHED
2h ago
2026-08-22
RELEVANCE
AUTHOR
mark_k