What does Grouped-query attention mean in inference serving?
Grouped-query attention assigns several query heads to each shared key-value head. It stores fewer distinct key and value streams than full multi-head attention while retaining multiple query heads. Attention kernels map each query-head group to its corresponding key-value head. Operators verify kernel support, cache layout, and quality for the model they deploy.