mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Update the compression rate comment in MLA (#883)
* compression comment * update
This commit is contained in:
committed by
GitHub
parent
b969b3ef7a
commit
7fe4874dda
@@ -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
|
||||
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user