<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>GQA on Nalar</title>
    <link>https://nalar.dev/tags/gqa/</link>
    <description>Recent content in GQA on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 23 Sep 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/gqa/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Grouped-Query Attention Shares KV Heads Across Query Groups</title>
      <link>https://nalar.dev/grouped-query-attention-shares-kv-heads-across-query-groups/</link>
      <pubDate>Wed, 23 Sep 2026 00:00:00 +0000</pubDate>
      <guid>https://nalar.dev/grouped-query-attention-shares-kv-heads-across-query-groups/</guid>
      <description>&lt;p&gt;Grouped-query attention (GQA) changes a specific structural ratio inside an attention layer: the number of query heads can exceed the number of key and value heads. Several query heads then consume the same projected key and value head. The attention calculation remains head-specific on the query side, while KV state is shared within each group.&lt;/p&gt;&#xA;&lt;p&gt;That asymmetry matters during autoregressive decoding because cached keys and values persist for prior tokens. Reducing the count of distinct KV heads reduces the amount of per-token KV state that must remain available to later decoding steps.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
