NeXTSTEP 3.3
Four exact greys, Helvetica, black key title bars, scrollers on the left and the tile dock down the right edge.
Bringing K/V Context Quantisation to Ollama
Explaining the concept of K/V context cache quantisation, why it matters and the journey to integrate it into Ollama.
Quantising the K/V cache to q8_0 roughly halves the memory the context uses, with a negligible hit to quality. That means larger context windows, or bigger models, on the same hardware.
With q4_0 the savings are closer to three quarters, though the quality trade-off starts to show on longer contexts.