Run Kimi K3 using 29 GB of RAM at 0.50 tok/s
- AI
- Open Source
- Developer Tools
- Infrastructure
WASTE is a custom inference engine for Moonshot's Kimi K3 that keeps RAM use low by storing most of the model on disk and streaming the needed weights as it runs. The headline claim is 29 GB of RAM for a 4k context window on Apple Silicon, with output around 0.5 tokens per second. The project also uses a heavily compressed representation rather than the untouched full model, which confused people because the README initially sounded more like "native precision" than "requantized experiment." Once that was clear, the project read less like a practical alternative to cloud inference and more like an impressive demo of how far storage-backed local inference can be pushed.
Treat this as a boundary-pushing systems experiment, not a practical local AI stack. If you care about local inference, the useful question is whether your workload can run unattended overnight and whether SSD streaming plus aggressive quantization is worth the quality, power, and complexity tradeoff versus paying for hosted models or using smaller local ones.
-
github.com
- Discuss on HN