PulseAugur
EN
LIVE 22:02:38

New research tackles LLM KV cache optimization for efficiency · 10 sources tracked

Recent research papers introduce novel techniques to optimize KV cache management in large language models, addressing memory bottlenecks and improving inference efficiency. Methods like vToken, GCache, LinearKV, KVDiagnosis, SemPIC, SPECTRA, CommitKV, RippleKV, CoinRAG, and GraceKV propose various strategies, including token-level virtualization, global impact caching, position-independent caching, diagnostic benchmarks, semantic caching, spectral transform coding, lifecycle-aware compression, and global resource allocation. These approaches aim to reduce memory usage, accelerate processing, and enhance the performance of LLMs, particularly for long-context and retrieval-augmented generation tasks. AI

IMPACT These advancements in KV cache management are crucial for enabling larger context windows and more efficient inference in LLMs, directly impacting the feasibility of complex agentic and retrieval-augmented generation tasks.

RANK_REASON Multiple research papers published on arXiv introducing new methods for KV cache optimization in LLMs.

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 55 sources. How we write summaries →

New research tackles LLM KV cache optimization for efficiency · 10 sources tracked

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Research
Multiple research papers published on arXiv introducing new methods for KV cache optimization in LLMs.
Source corroboration
55 independent sources
Strong cross-source corroboration — multiple independent publishers covered this within the clustering window.
Topics
infra, paper
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
51 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.
Coverage growth since scoring
+3 source(s) since last score
New sources have picked up this story since our last re-score. Score will update on the next scoring pass.

Full methodology in our editorial standards.

COVERAGE [55]

  1. arXiv cs.CL TIER_1 English(EN) · Hannah Laus, Claudio Mayrink Verdun, Hao Wang, Flavio du Pin Calmon, Felix Krahmer ·

    KV Cache Compression Through the Lens of Transform Coding

    arXiv:2608.14191v1 Announce Type: cross Abstract: The key-value (KV) cache stores information from past tokens and is a major memory bottleneck in long-context inference. Existing quantization methods address this bottleneck by representing the KV cache uniformly with lower-preci…

  2. arXiv cs.AI TIER_1 English(EN) · Xichen Ye, Yifan Wu, Zhikang Xie, Xiangyu Yue, Cheng Jin, Weizhong Zhang ·

    From Local Mismatch to Global Impact: Optimizing Cache Reuse Policy for Efficient Diffusion

    arXiv:2608.13043v1 Announce Type: new Abstract: Diffusion models have achieved dominant performance in visual generation but suffer from substantial inference overhead. While cache-based acceleration has emerged as a promising solution, existing policies rely on local similarity …

  3. arXiv cs.AI TIER_1 English(EN) · Yuanhang Gao, Xiangrui Yang, Yuanfeng Chen, Hongjia Chen, Qianru Lv, Wenfei Wu, Dongsheng Li ·

    vToken: Token-Level Virtualization for Reclaimable KV Caches

    arXiv:2608.13263v1 Announce Type: new Abstract: Large language model serving faces a critical memory bottleneck: the KV cache grows with sequence length and batch size. PagedAttention uses fixed-size memory blocks to reduce allocator-level fragmentation, but recent KV eviction al…

  4. arXiv cs.AI TIER_1 English(EN) · Yirui Liu, Ruoling Qi, Longwen Wang, Xuaner Wu, Jian Chen, Yuxin Jin, Jiawei Shao, Xuelong Li ·

    LinearKV: One Cached State Suffices for Position-Independent Caching in Hybrid LLMs

    arXiv:2608.11231v1 Announce Type: new Abstract: LLM serving is increasingly accelerated by position-independent caching (PIC). Existing PIC methods, however, are built for full-attention models, where a token-indexed KV cache underlies its core operations: matching reusable token…

  5. arXiv cs.AI TIER_1 English(EN) · Chen Qiu, Ziwu Liu, Chao Fei, Guozhong Li, Panos Kalnis ·

    KVDiagnosis: A Diagnostic Benchmark for KV-Cache Compression in Long-Context Language Models

    arXiv:2608.09412v1 Announce Type: new Abstract: KV-cache compression reduces long-context memory, but aggregate task scores reveal neither which correct executions fail nor why. We present KVDiagnosis, a diagnostic dataset and benchmark with three contributions. First, a 25-metho…

  6. arXiv cs.LG TIER_1 English(EN) · Jiamu Zhang, Liang Wu, Kelly Wan, Hanjie Chen, Liangjie Hong ·

    SPECTRA: Pushing the KV Cache Beyond the 2-Bit Cliff via Spectral Transform Coding

    arXiv:2608.07915v1 Announce Type: new Abstract: Large language models (LLMs) increasingly read long inputs in the agentic era, from whole documents and codebases to conversations across many turns. Their inference memory is then dominated by the key-value (KV) cache, the stored a…

  7. arXiv cs.LG TIER_1 English(EN) · Weizhong Huang, Jinchao Zhang, Xiawu Zheng ·

    CommitKV: Lifecycle-Aware KV Cache Compression via Commit Transitions for Multi-Turn Agents

    arXiv:2608.07855v1 Announce Type: new Abstract: Multi-turn Reasoning-and-Acting (ReAct) agents accumulate growing trajectories of reasoning, tool calls, and observations. Their key-value (KV) caches grow accordingly, increasing memory use and attention cost during model inference…

  8. arXiv cs.AI TIER_1 English(EN) · Hui Xie, Peng Xiao, Yutong Deng, Shuoran Dou, Jian Yang, Jinyang Guo ·

    SemPIC: Learning Semantic Position-Independent KV Caches

    arXiv:2607.28069v2 Announce Type: replace Abstract: Long-context retrieval and agentic workloads repeatedly reuse the same documents under changing instructions, histories, and document orders. Prefix caching cannot exploit this reuse, while position-independent caching (PIC) rem…

  9. arXiv cs.AI TIER_1 English(EN) · Dongjie Xu, Kai Qian, Julius, Weijie Shi, Yuxuan Sun, Minghua Tang, Fenglei Jin, Hanchi Dong, Jiajie Xu ·

    RippleKV: Cross-Layer KV Cache Allocation via Perturbation Propagation

    arXiv:2608.08684v1 Announce Type: cross Abstract: Long-context LLM inference is bottlenecked by KV cache memory, yet distributing a limited cache budget across layers remains challenging. Existing methods rely on proxies such as layer depth, attention statistics, or representatio…

  10. arXiv cs.LG TIER_1 English(EN) · Haolin Tian, Yuzhe Liu, Tonghan Wang ·

    Every Cache Entry Earns Its Place: Global Allocation of Resolution and Coverage for KV Cache Compression

    arXiv:2608.07001v1 Announce Type: new Abstract: As large language models (LLMs) process increasingly long contexts, KV cache storage and repeated access have become a major bottleneck. Existing KV cache compression methods rely on predefined, fixed compression rules and are typic…

  11. arXiv cs.AI TIER_1 English(EN) · Gyuwan Kim, Cheoneum Park, Tao Yang ·

    CoinRAG: Contextualized Information Nugget KV Cache Reuse for Long-Context RAG

    arXiv:2608.07458v1 Announce Type: cross Abstract: Recent optimization studies on Retrieval-Augmented Generation (RAG) have exploited chunk-level KV cache reuse to avoid processing long retrieved contexts for higher efficiency, while significant information redundancy and noise st…

  12. Hugging Face Daily Papers TIER_1 English(EN) ·

    OasisKV: Scaling In-Decode KV Cache Beyond HBM with Lookahead Sparse Prefetching

    Large language model (LLM) inference serving is increasingly constrained by memory rather than compute. As long-context and long-form reasoning workloads become more prevalent, the key-value (KV) cache dominates both memory footprint and memory traffic during LLM token generation…

  13. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Tao Yang ·

    CoinRAG: Contextualized Information Nugget KV Cache Reuse for Long-Context RAG

    Recent optimization studies on Retrieval-Augmented Generation (RAG) have exploited chunk-level KV cache reuse to avoid processing long retrieved contexts for higher efficiency, while significant information redundancy and noise still remain in the coarse-grained chunks. This pape…

  14. Hugging Face Daily Papers TIER_1 English(EN) ·

    CoinRAG: Contextualized Information Nugget KV Cache Reuse for Long-Context RAG

    CoinRAG improves retrieval-augmented generation efficiency and accuracy by reusing fine-grained semantic nugget caches instead of full chunks.

  15. arXiv cs.AI TIER_1 English(EN) · Samuel Fern\'andez-Mendui\~na, Amir Ziashahabi, Eduardo Pavez, Antonio Ortega, Salman Avestimehr ·

    Spend Bits Where Queries Look: KV Cache Vector Quantization with Attention-Preserving Transforms

    arXiv:2608.04074v1 Announce Type: cross Abstract: Long-context LLM decoding reads the key-value (KV) cache at every step. Loading it takes longer than computing attention over it, so throughput is bandwidth-bound. Hence, reducing the cache size can raise both decoding speed and s…

  16. arXiv cs.AI TIER_1 English(EN) · Wonpyo Park, Seung-won Hwang ·

    TaskPress: Query-Agnostic KV Cache Compression via Task-Guided Pruning

    arXiv:2608.03276v1 Announce Type: new Abstract: Long-context inference with large language models is constrained by the linear growth of the key-value cache to sequence length. While pruning offers mitigation, prevailing methods determine query-specific token importance that cann…

  17. arXiv cs.CL TIER_1 English(EN) · Malik Khalaf, Yara Shamshoum, Nitzan Hodos, Yuval Sieradzki, Assaf Schuster ·

    AnchorKV: Anchor-Residual KV Cache Compression

    arXiv:2608.02901v1 Announce Type: cross Abstract: The key-value (KV) cache is the primary memory bottleneck in long-context LLM inference. Existing approaches attack it from opposite ends: eviction methods permanently discard tokens, degrading performance whenever a discarded tok…

  18. arXiv cs.AI TIER_1 English(EN) · Vincent-Daniel Yun, Woosang Lim, Minsoo Cheong, Sunwoo Lee, Murali Annavaram, Sai Praneeth Karimireddy, Sungjoo Yoo ·

    Output-Aware Rotation for INT2 KV-Cache Quantization

    arXiv:2608.02691v1 Announce Type: cross Abstract: The key-value (KV) cache has become a major memory and bandwidth bottleneck in long-context large language model inference, making ultra-low-bit quantization increasingly important. However, existing rotation-based INT2 methods op…

  19. arXiv cs.LG TIER_1 English(EN) · Taekyung Heo, Rasoul Shafipour, Ritchie Zhao, Maximilian Golub, Mohammad Mahdi Kamani, Ritika Borkar, Makesh Tarun Chandran, Pantea Zardoshti, Bita Darvish Rouhani ·

    Cross-Model KV Cache Transfer in LLM Families: A Closed-Form Linear Mapping for Prefill Reuse

    arXiv:2608.03893v1 Announce Type: new Abstract: Production deployments often swap between different-sized models in a family for cost-quality cascading, mid-conversation switching, and routing, and each swap forces the receiver to repay the prefill from scratch. We propose cross-…

  20. arXiv cs.LG TIER_1 English(EN) · Jihao Xin, Tian Lyu, David Keyes, Hatem Ltaief, Marco Canini ·

    RAP: KV-Cache Compression via RoPE-Aligned Pruning

    arXiv:2602.02599v4 Announce Type: replace Abstract: Long-context inference in large language models (LLMs) is bottlenecked by the memory and compute of the key-value (KV) cache. Structured pruning is a direct way to shrink it: dropping the least useful channels of the W_k, W_v pr…

  21. arXiv cs.CL TIER_1 English(EN) · Jialong Han, You Wu, Kewei Tu ·

    S$^4$R: Selective Sampling, Subspaces, and Sparse Reconstruction for Compressed Long-Context KV Caching

    arXiv:2608.00528v1 Announce Type: new Abstract: The growth of context window lengths in Large Language Models (LLMs) significantly enhances their long-context capabilities but incurs prohibitive memory costs due to the Key-Value (KV) cache. Although low-rank compression of KV cac…

  22. arXiv cs.CL TIER_1 English(EN) · Changwoo Baek, Seungjun Shin, Kyeongbo Kong ·

    RestoreKV: Recovering Full-Cache Behavior Under Aggressive Query-Agnostic KV Cache Eviction

    arXiv:2608.01247v1 Announce Type: new Abstract: Query-agnostic KV cache eviction compresses a context once and reuses the resulting cache for arbitrary future queries, but performance can collapse under tight budgets. Existing methods primarily improve which original KV pairs are…

  23. arXiv cs.LG TIER_1 English(EN) · Omin Kwon, Doyeon Kim, Jongseok Park, Seung Yul Lee, Ion Stoica, Jae W. Lee ·

    HERALD: High-Throughput Block Diffusion LLM Serving via CPU-GPU Cooperative KV Cache Retrieval

    arXiv:2606.21633v2 Announce Type: replace Abstract: The KV cache dominates GPU memory in long-context LLM serving, crowding out batch capacity and leaving GPU compute idle. Offloading the cache to CPU DRAM restores capacity, but the limited PCIe bandwidth forces state-of-the-art …

  24. arXiv cs.CL TIER_1 English(EN) · Yuhang Zhan, Lisi Chen, Shuo Shang ·

    ResKV: Reconstructing Omitted Attention Contributions for Fixed-Budget KV Cache Compression

    arXiv:2607.29591v1 Announce Type: new Abstract: KV cache compression is essential for efficient long-context inference. Existing eviction methods permanently discard unselected tokens and consequently remove their aggregate contribution to attention. Merging-based alternatives pr…

  25. Hugging Face Daily Papers TIER_1 English(EN) ·

    RestoreKV: Recovering Full-Cache Behavior Under Aggressive Query-Agnostic KV Cache Eviction

    Query-agnostic KV cache eviction compresses a context once and reuses the resulting cache for arbitrary future queries, but performance can collapse under tight budgets. Existing methods primarily improve which original KV pairs are retained. We introduce RestoreKV, which complem…

  26. Hugging Face Daily Papers TIER_1 English(EN) ·

    RestoreKV: Recovering Full-Cache Behavior Under Aggressive Query-Agnostic KV Cache Eviction

    Query-agnostic KV cache eviction compresses a context once and reuses the resulting cache for arbitrary future queries, but performance can collapse under tight budgets. Existing methods primarily improve which original KV pairs are retained. We introduce RestoreKV, which complem…

  27. arXiv cs.LG TIER_1 English(EN) · Stephen Gould, Anton van den Hengel ·

    Back from the Future: Key-Value Cache Management by Counter-Causal Surprise

    arXiv:2607.27600v1 Announce Type: new Abstract: Key-value (KV) cache management through compression and eviction strategies has emerged as an important research direction in recent years. Computational demands of large language models (LLMs) and their multi-modal variants during …

  28. arXiv cs.CL TIER_1 English(EN) · Alexander Boesgaard Lorup ·

    Stage-Replay Divergence Follows the KV Cache: Fixed-Prefix Precision Controls and Bidirectional Cache Transplantation

    arXiv:2607.28495v1 Announce Type: cross Abstract: Stage-replay diagnostics reconstruct intermediate token prefixes and treat fresh-prefill continuation as continuation from the decoder state that originally reached the prefix. We audit that assumption at a whole reasoning-stage b…

  29. arXiv cs.LG TIER_1 English(EN) · Tan T. Nguyen, Quan V. Dang ·

    DynaCalKV: Key-Value Cache Compression via Head Grouping and Adaptive Rank Allocation

    arXiv:2607.24331v1 Announce Type: new Abstract: As the inference phase of Large Language Models (LLMs) requires handling long context windows, the Key-Value (KV) cache initially appears to address this challenge but eventually becomes a significant bottleneck as the context windo…

  30. arXiv cs.LG TIER_1 English(EN) · Chao Fang, Jun Yin, Man Shi, Marian Verhelst ·

    HiKV: Hierarchical Importance-Aware KV Cache with Hardware Acceleration for LLM Decoding

    arXiv:2607.22389v1 Announce Type: cross Abstract: With the rapid adoption of long-context large language models (LLMs), the continuously growing KV cache during decoding has become the critical memory bottleneck. To tackle this challenge, we propose HiKV, a novel algorithm-hardwa…

  31. arXiv cs.AI TIER_1 English(EN) · Jingquan Chen, Jinghua Piao, Jie Feng, Shaogang Hu, Yong Li ·

    MiniCache: Reusable Program Caching with Small Model Interfaces for Efficient LLM Inference

    arXiv:2607.20507v1 Announce Type: new Abstract: Large language models (LLMs) are increasingly used for program-aided reasoning, agentic decision making, and structured task execution, but these applications often incur high inference cost. We present MiniCache, a reusable program…

  32. arXiv cs.AI TIER_1 English(EN) · Pragaash Ponnusamy, Shivam Sahni, Jue Wang, Tri Dao ·

    SonicSampler: Unified Tile-Aware Kernels for LLM Sampling and Speculative Verification

    arXiv:2607.20475v1 Announce Type: new Abstract: Sampling in LLM inference comprises a combinatorial set of logit processing, token selection, and verification operations for speculative decoding. However, existing implementations either accelerate only subsets of this pipeline, r…

  33. arXiv cs.CL TIER_1 English(EN) · Chuheng Du, Junyi Chen, Hanlin Tang, Kan Liu, Tao Lan, Lin Qu, Chaoyue Niu, Shengzhong Liu, Guihai Chen, Fan Wu ·

    C$^2$KV: Compressed and Composable KV Cache Reuse for Efficient LLM Inference

    arXiv:2607.17715v1 Announce Type: new Abstract: Long-context inference is central to modern large language model (LLM) applications such as retrieval-augmented generation and multi-document reasoning. To mitigate the growing inference cost, recent work has explored key-value (KV)…

  34. arXiv cs.AI TIER_1 English(EN) · Yan Song ·

    Cache-Aware Prompt Compression:A Two-Tier Cost Model for LLM API Caching

    arXiv:2607.15516v1 Announce Type: cross Abstract: Production LLM deployments combine two cost-reduction primitives: prompt caching (a discounted rate for re-used token prefixes) and prompt compression (fewer tokens sent). The compression literature has standardized on query-aware…

  35. arXiv cs.CL TIER_1 English(EN) · Shahrzad Esmat, Dhawal Shah, Ali Jannesari ·

    VarRate: Training-Free Variable-Rate KV Cache Compression for Long-Context LLMs

    arXiv:2607.15498v1 Announce Type: new Abstract: The key-value (KV) cache is the main memory bottleneck in long-context large language model (LLM) inference. Two leading training-free families are both structurally limited: token-selection methods (SnapKV, Ada-KV) score importance…

  36. dev.to — MCP tag TIER_1 English(EN) · Kasi Yaswanth ·

    Optimizing Latency with MCP Caching

    <p>I recently spent a frustrating afternoon debugging a support bot built on top of LangGraph, where the bot would occasionally take an inordinate amount of time to respond to user queries. The bot's workflow involved multiple tool calls to external services, such as entity disam…

  37. Towards AI TIER_1 English(EN) · Jordan Carson ·

    Harnesses, Part 2: Cacheonomics

    <h4>It was never <em>only</em> about tokens. It’s all about the cache.</h4><blockquote>Read the article for free <a href="https://medium.com/@jordancarson/af9e6b92139e?source=friends_link&amp;sk=d1099fdd2f99ae869b92f3aefce68aab">here</a>.</blockquote><figure><img alt="" src="http…

  38. Towards AI TIER_1 English(EN) · Deepanshu Gupta ·

    Context is Becoming Infrastructure: From KV Cache to Contradiction-Aware RAG

    <h4>The next generation of LLM systems will be shaped not only by their models, but by how well they manage context.</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*LDZLP4ysvvqcmhlnz6alpg.png" /></figure><p>Imagine a production AI assistant that retrieves …

  39. dev.to — LLM tag TIER_1 English(EN) · matsuken92 ·

    Understanding Transformer Decoding with a KV Cache

    <p>Hi, I'm <a href="https://www.linkedin.com/in/kenichi-matsui-86b5392b/" rel="noopener noreferrer">Matsuken</a>, a data scientist at a Japanese technology company.</p> <p>In this article, I'll explain how decoding works in a Transformer that uses a key-value (KV) cache.</p> <blo…

  40. dev.to — LLM tag TIER_1 English(EN) · Mingxin Technology ·

    A Comparative Framework for KV Cache Performance on Domestic Accelerators: Measured Insights

    <p>The performance gap in KV Cache handling between domestic AI inference accelerators and international counterparts cannot be captured by a single metric. However, a comparable framework can be established through measured data under unified testing conditions. Mingxin FX100, u…

  41. dev.to — LLM tag TIER_1 English(EN) · Mingxin Technology ·

    KV Cache Storage Product Comparison: Methodology and Measured Benchmarks

    <p>Different brands of KV Cache storage products in vLLM inference—let's state the conclusion upfront: <strong>without a unified testing methodology, any cross-brand comparison figures lack decision-making value</strong>. The key to comparison is not "who is faster" but whether t…

  42. dev.to — LLM tag TIER_1 English(EN) · Mingxin Technology ·

    KV Cache Memory vs. Hit Rate: Why Larger Caches Yield Diminishing Returns

    <h2> Key Findings </h2> <p>The relationship between KV Cache memory investment and inference acceleration gains is not linear: once cache capacity reaches a certain threshold, further expansion yields noticeably narrower improvements in hit rate and end-to-end speedup. This pheno…

  43. dev.to — LLM tag TIER_1 English(EN) · Mingxin Technology ·

    The Boundary Between External Memory and VRAM for KV Cache in Local LLM Deployment

    <h2> Key Takeaways </h2> <p>In local LLM deployment, there is no universally optimal solution for whether KV Cache stays in VRAM or is offloaded to memory. The boundary is determined by three variables: concurrency level, context length, and the SLA requirement for time-to-first-…

  44. dev.to — LLM tag TIER_1 English(EN) · Mingxin Technology ·

    Measured Application Analysis of Domestic KV Cache Products in AI Inference

    <p>Domestic KV Cache products are moving from proof-of-concept to large-scale deployment. This article analyzes their application effectiveness, applicable boundaries, and selection criteria in large-model inference, based on measured data from Mingxin's FX100 series in 480B-clas…

  45. dev.to — LLM tag TIER_1 English(EN) · Mingxin Technology ·

    Energy Consumption Assessment and Optimization Paths for Data Center-Scale KV Cache Deployment

    <p>The deployment location and access path of KV Cache are becoming a non-negligible variable in data center energy bills. Based on measured data from Mingxin FX100 under long-context workloads with a 480B model (measured, reports R2/R3), this article presents a methodological fr…

  46. r/LocalLLaMA TIER_1 Italiano(IT) · /u/crusaderky ·

    LFM2.5-2.6B model+KV cache quantization report

    <table> <tr><td> <a href="https://www.reddit.com/r/LocalLLaMA/comments/1vi0d4i/lfm2526b_modelkv_cache_quantization_report/"> <img alt="LFM2.5-2.6B model+KV cache quantization report" src="https://preview.redd.it/3lr47ialdyhh1.png?width=140&amp;height=92&amp;auto=webp&amp;s=e5244a…

  47. r/LocalLLaMA TIER_1 English(EN) · /u/Anbeeld ·

    KV cache quantization benchmarks: 413 pairs tested on Qwen 3.6 27B, Gemma 4 31B. KLD with BeeLlama.cpp v0.4.0: KVarN 6-bit beats q8_0, precision tail 1024 dominates

    <table> <tr><td> <a href="https://www.reddit.com/r/LocalLLaMA/comments/1vhaabz/kv_cache_quantization_benchmarks_413_pairs_tested/"> <img alt="KV cache quantization benchmarks: 413 pairs tested on Qwen 3.6 27B, Gemma 4 31B. KLD with BeeLlama.cpp v0.4.0: KVarN 6-bit beats q8_0, pre…

  48. dev.to — LLM tag TIER_1 English(EN) · Chaeyeon Mia Lee ·

    ResKV: Recovering Evicted Token Contributions via Residual KV Cache — LongBench 32/32

    <h2> TL;DR </h2> <p>KV cache eviction permanently throws away tokens. KV cache merging corrupts the values of surviving tokens. ResKV (arXiv:2607.29591) does neither — it splits a fixed budget into a main cache that keeps exact tokens and a residual cache that reconstructs the at…

  49. dev.to — LLM tag TIER_1 English(EN) · Prabhakar Chaudhary ·

    SparseSpec-L: How a Sparse KV Cache Makes Long-Context LLM Inference 2.79 Faster — Without Any Training

    <h1> SparseSpec-L: How a Sparse KV Cache Makes Long-Context LLM Inference 2.79× Faster — Without Any Training </h1> <p>Speculative decoding has become one of the more practical tools for cutting LLM inference latency. The idea is simple: use a fast draft mechanism to propose seve…

  50. dev.to — LLM tag TIER_1 English(EN) · Wayne ·

    Measuring LLM Prefix Caching: The Cache Hit Rate Metric

    <p>Prefix caching is one of the biggest cost levers in LLM serving. vLLM, SGLang, TGI, and most hosted providers all do some version of it: during prefill they compute a key-value (KV) cache, and if a later request shows up with the same prompt prefix, they reuse that cache inste…

  51. dev.to — LLM tag TIER_1 English(EN) · Mingxin Technology ·

    How KV Cache Pooling and Sharing Improves Inference Resource Utilization

    <p>KV Cache pooling and sharing centralizes fragmented GPU memory resources and allocates them on demand, significantly improving resource utilization for large-model inference. Measured on a 480B-parameter model, Mingxin Technology reports that tiered KV Cache acceleration impro…

  52. dev.to — LLM tag TIER_1 English(EN) · Mingxin Technology ·

    Measured Evaluation of KV Cache Acceleration for Inference in Online Education Scenarios

    <p>Inference workloads on online education platforms are characterized by long contexts, high concurrency, and strong interactivity. The hit rate and reuse strategy of the KV Cache directly determine service cost and user experience. Measured data from the Mingxin FX100 on a 480B…

  53. dev.to — LLM tag TIER_1 English(EN) · Mingxin Technology ·

    Distributed KV Cache Load Balancing: Strategies and Measured Trade-offs

    <p>Load balancing for distributed KV Cache is fundamentally a trade-off among <strong>memory capacity, memory access bandwidth, and cross-node communication overhead</strong>. No single strategy is optimal under all workloads: for long-context cold-restart scenarios with a 480B-c…

  54. dev.to — LLM tag TIER_1 English(EN) · Ken Imoto ·

    KV Cache Quantization: I Stretched Qwen 35B's Context 8 on 12GB VRAM

    <h2> 600 MiB of headroom </h2> <p>My RTX 4070 was running Qwen 35B beautifully after the <code>--cpu-moe</code> trick from a previous run. The tokens/sec were where I wanted them. VRAM sat at 11,714 MiB out of 12,281 — 95% full.</p> <p>That leaves 600 MiB. Not enough for a seriou…

  55. r/LocalLLaMA TIER_1 English(EN) · /u/Om_5000 ·

    DKV: Open-source KV-cache compression framework for local LLM inference (CLI + technical report)

    <table> <tr><td> <a href="https://www.reddit.com/r/LocalLLaMA/comments/1v5wviz/dkv_opensource_kvcache_compression_framework_for/"> <img alt="DKV: Open-source KV-cache compression framework for local LLM inference (CLI + technical report)" src="https://preview.redd.it/jmp37ia4nafh…