ELSEIF
Your brief EB
348 stories from 141 feeds 709 clusters Refreshed 16 minutes ago next pull 06:08

AI Signal 460

FreeToken Unlocks Frontier MoE Inference on Consumer Hardware via Dynamic Co-Execution

Researchers from UC Berkeley and MIT released FreeToken, an open-source inference engine that uses dynamic co-scheduling to run large Mixture-of-Experts models on consumer GPUs by overlapping PCIe weight streaming with computation.

WHY IT MATTERS

For engineers self-hosting models, FreeToken reduces the need for datacenter-grade interconnects by splitting token computation between CPU and GPU based on real-time bandwidth. It also handles dynamic context changes from agentic workloads via semantic anchor checkpointing, avoiding full recomputation. However, it requires specific NVIDIA GPUs and may not match datacenter throughput for high-concurrency serving.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

FreeToken implements a q* policy that dynamically splits MoE token computation between CPU cores and GPU tensor cores based on interconnect throughput.

02

It uses fast weight format, full-layer double buffering, and an elastic memory manager to overlap PCIe weight streaming with active computation.

03

Benchmarks show FreeToken running a 35B model at ~39 tokens/sec on an 8GB RTX 4060 laptop and serving a 284B model on an RTX 5090.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
InfoQ FreeToken Unlocks Frontier MoE Inference on Consumer Hardware via Dynamic Co-Execution Open ↗