Disk-based streaming inference solution for GLM-5.2

karminski3 · x · 2026-07-14

The focus here isn't the model's capability, but how to run a massive MoE model with just 25GB of RAM.

The author explains the intuitive impossibility: GLM-5.2 has 744B total parameters and 40B active parameters. Even counting just the active part, 8bit/4bit quantization creates immense memory pressure, and reading disk for every token would bottleneck speed on NVMe bandwidth.

Their approach splits the model:

Conclusion: If you lack GPUs but have a strong NVMe/disk array, this framework is worth trying.

Related event: COLIBRI Runs 744B GLM-5.2 Model on 25GB RAM Without GPU(3 posts)→

Original post →

More from Infra

Infra channel →