<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Grouped-Query Attention on Nalar</title>
    <link>https://nalar.dev/tags/grouped-query-attention/</link>
    <description>Recent content in Grouped-Query Attention on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 24 Sep 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/grouped-query-attention/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Grouped-Query Attention Shrinks the KV Cache by Sharing Key-Value Heads</title>
      <link>https://nalar.dev/grouped-query-attention-shrinks-kv-cache-by-sharing-key-value-heads/</link>
      <pubDate>Thu, 24 Sep 2026 00:00:00 +0000</pubDate>
      <guid>https://nalar.dev/grouped-query-attention-shrinks-kv-cache-by-sharing-key-value-heads/</guid>
      <description>&lt;p&gt;Grouped-query attention changes the number of key and value heads that must be stored during autoregressive decoding. Instead of giving every query head its own key-value pair, several query heads address the same key-value head. The query side can retain many heads while the persistent KV state uses fewer independent projections.&lt;/p&gt;&#xA;&lt;p&gt;This is an architectural change to attention, not a cache compression codec. The smaller cache follows from producing fewer distinct key and value heads per token.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
