COLIBRI: pure-C zero-dep engine streams 2.8T-param MoE models from disk on consumer hardware

bibryam · x · 2026-09-22

COLIBRI (36.9k GitHub stars) runs frontier MoE models — 744B to 2.8T parameters — on consumer and heterogeneous hardware in pure C with zero engine dependencies, treating storage, RAM, and VRAM as a single inference hierarchy with experts streamed from disk. Nine model families work today, including GLM-5.2/5.3 (744B), Kimi K3 (2.8T), and DeepSeek V4 variants.

The key trick treats MoE weights like JIT code: per token, route experts, deduplicate the batch, serve VRAM/RAM hits while NVMe misses stream in, overlap I/O with compute, and learn hotter weight placement. The author notes it's experimental and not production-ready.

Original post →

More from Infra

Infra channel →