๊ฐ€์ž… ํ›„ ์ดˆ๋Œ€ ๋งํฌ๋ฅผ ๊ณต์œ ํ•˜๋ฉด ๋™์˜์ƒ ์žฌ์ƒ ๋ฐ ์ดˆ๋Œ€ ๋ณด์ƒ์„ ๋ฐ›์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

cv usk
@cv_usk
AI / Software Research Notes AI Agent, LLMOps, MLOps, Software Architecture ๆŠ•็จฟใฏๅ€‹ไบบใฎๆ„่ฆ‹ใงใ™ใ€‚
๊ฐ€์ž… May 2026
279 ํŒ”๋กœ์ž‰ ์ค‘    408 ํŒฌ
Re-computing the whole conversation every time you switch models? That might be wasted work. Title: Cross-Model KV Cache Transfer in LLM Families: A Closed-Form Linear Mapping for Prefill Reuse URL: โ“ What does this paper actually do? ๐Ÿ’ก NVIDIA researchers show how to "translate" the KV cache computed by one model size and reuse it directly on a different-sized model from the same family, using a training-free, closed-form ridge regression mapping. โ“ Why bother transferring across model sizes? ๐Ÿ’ก Production systems escalate from small to large models or swap models mid-conversation for cost/quality reasons. Recomputing the whole context from scratch every time (re-prefill) wastes a lot of compute. โ“ Does accuracy hold up? ๐Ÿ’ก On good pairs it retains 73-98% of the target model's standalone accuracy. Weak pairs degrade badly, but adding a small MLP recovers up to 36.8 points of HellaSwag accuracy. โ“ How much faster is it? ๐Ÿ’ก 2.7-25x faster than re-prefill, with the biggest gains (25x) at 32K-token contexts, and accuracy stays nearly stable across 10-turn conversations. #LLM# #KVCache#
๋” ๋ณด๊ธฐ