Hacker News new | ask | show | jobs
by 2001zhaozhao 49 days ago
This is 128B dense though. the K/V cache on long context is going to be massive
2 comments

Don’t think kv size correlates to dense/moe
KV size correlates with attention parameters which are a subset of active parameters. So a typical MoE model will have way lower KV size than a dense model of equal total parameter count.
With turbo quant, you would reduce it by over 6X.