| Run Kimi K3 using 29 GB of RAM at 0.50 tok/s(github.com) | |
| 268 points by marcobambini 22 hours ago | 115 comments | |
tl;dr: WASTE is a dependency-free C inference engine that runs the full 2.78T-parameter Kimi K3 MoE model on a 64GB MacBook Pro at ~0.5 tok/s by streaming experts directly from NVMe (982GB container) while keeping a 27GB trunk resident and using remaining RAM as a bounded expert cache. Experts are stored at 3 bits/weight via residual vector quantization, and reads bypass the page cache; the usable RAM window is narrow (~46GB optimal, collapses above 52GB due to OS paging). I/O—not arithmetic—dominates at 53% of decode time. | |
HN Discussion:
| |