יום שישי, 31 ביולי 2026 LIVE
AI־INFO

כתבה arXiv cs.AI ·

RedKnot: ניהול קוורי מהיר עבור LLM

RedKnot: Efficient Long-Context LLM Serving with Head-Aware KV Reuse and SegPagedAttention
RedKnot הוא מערכת לניהול קוורי מהיר עבור LLM. היא מאפשרת ניהול קוורי מותאם לראשים שונים, מה שמשפר את היעילות והקיבולת. המערכת תומכת בניהול קוורי מבוזר ומשפרת את היכולת לשרת מודלים גדולים.
תקציר מקורי באנגליתarXiv:2606.06256v3 Announce Type: replace Abstract: As the input length of large language model (LLM) serving continues to grow, the KV cache has become a dominant bottleneck in AI infrastructure. It limits GPU memory capacity, serving concurrency, cache reuse, and distributed scalability. Multiple important problems, including position-independent KV cache, prefix KV cache compression, hot/cold KV cache separation, and distributed KV cache management, all depend on how the KV cache is represented and managed. However, existing serving systems largely rely on a monolithic KV cache abstraction, where the KV cache is treated as a homogeneous sequence of token-level memory blocks and managed with similar policies across attention heads and serving scenarios. We observe that KV cache utility i
קרא במקור המקורי