FreeToken fork adds DeepSeek-V4.1, vision and speculative decoding, with 2x3090 benchmarks

ApeGrower · reddit · 2026-09-22

The author shares an Apache-2.0 fork of FreeToken, an edge-native MoE serving engine that offloads experts to host RAM/NVMe and co-executes on CPU+GPU to run big MoE models on consumer hardware.

Additions over upstream:

On 2x RTX 3090 (TP=2) + EPYC 7203P, 256-token benchmarks show greedy without MTP at 48.0 tok/s; with MTP it drops to 21.5 tok/s (56% accept rate) under CUDA graphs — a net loss on this config. But under matched eager conditions MTP was 1.5x plain (17.2 vs 11.4); the author is optimizing the per-batch verify graph and isn't claiming a win yet. Also note DeepSeek-V4.1's Engram table is stored on disk by default.

Original post →

More from Infra

Infra channel →