KV cache
AssessTechniques
A cache of attention keys and values used to speed up autoregressive LLM inference.
Why it's here
Placed in Assess: 2 article(s) of evidence from 2 source(s), led by research-stage coverage, with 1 in the last 30 days. Confidence 43%.
Evidence (2)
- 7Hacker News·7/29/2026open_sourceOpen-source Swift engine runs Gemma 4 26B on 2 GB RAM on M-series Macs
A Hacker News poster introduced TurboFieldfare, an open-source inference engine written in Swift and Metal that can run the 4-bit Gemma 4 26B-A4B-IT model on M-series Macs using about 2 GB of RAM. The system streams routed experts from SSD while keeping shared weights and the KV cache in memory, and the author reports 5–6 tok/s on an M2 MacBook Air and 31–35 tok/s on an M5 MacBook Pro.
- 6Hugging Face Blog·5/14/2026researchHugging Face explains asynchronous continuous batching for LLM inference
Hugging Face published a technical post showing how to separate CPU batch preparation from GPU compute in continuous batching for LLM inference. The article argues that asynchronous batching can reduce idle time between CPU and GPU work and improve throughput without requiring new kernels or model changes.