What does KV cache quantization mean in inference serving?
KV cache quantization stores cached attention keys and values in narrower numeric formats. Scale metadata maps the stored values back into the range expected by attention kernels. A runtime chooses precision, scale granularity, and which cache tensors to quantize. Teams validate task quality and serving metrics against an unquantized cache.