Update the compression rate comment in MLA (#883)

* compression comment

* update
This commit is contained in:
Sebastian Raschka
2025-10-14 11:10:06 -05:00
committed by GitHub
parent b969b3ef7a
commit 7fe4874dda

View File

@@ -127,7 +127,7 @@ uv run gpt_with_kv_mla.py \
--n_heads 24 \
--n_layers 12 \
--emb_dim 768 \
--latent_dim 192 # 4x compression
--latent_dim 192 # (768×2)/192 = 8× compression
...