A llama.cpp VRAM-cache trick hits 340 pp/s on Kimi K2.7 Code

ylchao · reddit · 2026-07-22

The post benchmarks a llama.cpp trick that uses VRAM as a cache layer for MoE models, keeping expert weights on the CUDA path and avoiding some full-memory pressure.

Key results reported:

The takeaway is that MoE models can run faster than expected on constrained hardware if the active experts stay on the GPU path while the rest is treated as cache/storage, and the post includes concrete llama-bench flags for reproduction.

Original post →

More from Infra

Infra channel →