744B GLM Runs on 25GB RAM

rohanpaul_ai · x · 2026-07-10

The post demonstrates running a 744B MoE model like GLM-5.2 on a consumer machine with 25GB of RAM, though at a very slow speed.

The core reason is that MoE only activates about 40B parameters per token. The author explains how Colibrì keeps dense tensors in memory while storing routed experts on local NVMe, reducing memory pressure via LRU cache, page cache reuse, and compressed KV cache. The tradeoff is that latency is primarily dictated by disk bandwidth and cache hit rates.

Related event: 744B GLM-5.2 MoE Model Runs Locally on 25GB RAM(5 posts)→

Original post →

More from Infra

Infra channel →