[GitHub Trending] JustVugg/colibri
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Running MoE models on consumer hardware with zero deps is technically deep and novel for AI infrastructure.
Colibrì is a pure C inference engine that runs frontier MoE models (744B to 2.8T parameters) on consumer hardware by treating VRAM, RAM, and NVMe as a single multitier memory hierarchy with zero engine dependencies. It supports eight model families including GLM-5.2, Kimi K3, and DeepSeek V4 Flash, each in a single C file, and provides a web dashboard with live expert routing visualization and a measured expert atlas. The engine prioritizes end-to-end correctness over speed, never silently changing precision or router semantics, and uses JIT weight loading with LRU caching and prefetching based on measured routing heat.
JustVugg