Papers › CacheBlend: Fast Large Language Model Serving for RAG with Cached Knowledge Fusion

CacheBlend: Fast Large Language Model Serving for RAG with Cached Knowledge Fusion

26 May 2024arXiv:2405.16444archive 2025-07-28

Jiayi Yao, Hanchen Li, YuHan Liu, Siddhant Ray, Yihua Cheng, Qizheng Zhang, Kuntai Du, Shan Lu, Junchen Jiang

Large language models (LLMs) often incorporate multiple text chunks in their inputs to provide the necessary contexts. To speed up the prefill of the long LLM inputs, one can pre-compute the KV cache of a text and re-use the KV cache when the context is reused as the prefix of another LLM input. However, the reused text chunks are not always the input prefix, and when they are not, their precomputed KV caches cannot be directly used since they ignore the text's cross-attention with the preceding text in the LLM input. Thus, the benefits of reusing KV caches remain largely unrealized. This paper tackles just one question: when an LLM input contains multiple text chunks, how to quickly combine their precomputed KV caches in order to achieve the same generation quality as the expensive full prefill (i.e., without reusing KV cache)? We present CacheBlend, a scheme that reuses the pre-computed KV caches, regardless prefix or not, and selectively recomputes the KV values of a small subset of tokens to partially update each reused KV cache. In the meantime,the small extra delay for recomputing some tokens can be pipelined with the retrieval of KV caches within the same job,allowing CacheBlend to store KV caches in slower devices with more storage capacity while retrieving them without increasing the inference delay. By comparing CacheBlend with the state-of-the-art KV cache reusing schemes on three open-source LLMs of various sizes and four popular benchmark datasets of different tasks, we show that CacheBlend reduces time-to-first-token (TTFT) by 2.2-3.3X and increases the inference throughput by 2.8-5X, compared with full KV recompute, without compromising generation quality or incurring more storage cost.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2405.16444")

Code

Syntology Ran 8 of 14 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 8 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

YaoJiayi/CacheBlend officialmentioned on GitHubpytorch report
lmcache/lmcache mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 8 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

8ran
6unverified

Licence: 14 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from YaoJiayi/CacheBlend. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

async_request_deepspeed_mii YaoJiayi/CacheBlend/vllm_blend/benchmarks/backend_request_func.py official repository ran no licence file found · pointer only · 5109c385e92b727e · report
async_request_tgi YaoJiayi/CacheBlend/vllm_blend/benchmarks/backend_request_func.py official repository ran no licence file found · pointer only · 23a62a462a38f854 · report
async_request_trt_llm YaoJiayi/CacheBlend/vllm_blend/benchmarks/backend_request_func.py official repository ran no licence file found · pointer only · fa581ebc13cb414d · report
run_and_read_all YaoJiayi/CacheBlend/vllm_blend/collect_env.py official repository ran no licence file found · pointer only · 5ae630bfc3821b6e · report
run_vllm YaoJiayi/CacheBlend/vllm_blend/benchmarks/benchmark_throughput.py official repository ran no licence file found · pointer only · fd6dc735c20e21a1 · report
sample_requests YaoJiayi/CacheBlend/vllm_blend/benchmarks/benchmark_throughput.py official repository ran no licence file found · pointer only · f55439b30be97107 · report
sample_sharegpt_requests YaoJiayi/CacheBlend/vllm_blend/benchmarks/benchmark_serving.py official repository ran no licence file found · pointer only · 755fbe4f15780723 · report
sample_sonnet_requests YaoJiayi/CacheBlend/vllm_blend/benchmarks/benchmark_serving.py official repository ran no licence file found · pointer only · d87074ce933e7862 · report
awq_dequantize YaoJiayi/CacheBlend/vllm_blend/vllm/_custom_ops.py official repository unverified no licence file found · pointer only · c382c6353e8cccb0 · report
awq_gemm YaoJiayi/CacheBlend/vllm_blend/vllm/_custom_ops.py official repository unverified no licence file found · pointer only · f3fcfeaca594c86f · report
gptq_gemm YaoJiayi/CacheBlend/vllm_blend/vllm/_custom_ops.py official repository unverified no licence file found · pointer only · 4def2cf22c36f4e8 · report
run YaoJiayi/CacheBlend/vllm_blend/collect_env.py official repository unverified no licence file found · pointer only · 6b73fe0480a96ad9 · report
run_and_parse_first_match YaoJiayi/CacheBlend/vllm_blend/collect_env.py official repository unverified no licence file found · pointer only · ce7a62e37fe78c0d · report
run_hf YaoJiayi/CacheBlend/vllm_blend/benchmarks/benchmark_throughput.py official repository unverified no licence file found · pointer only · 0745e2813903bd8d · report

Tasks

Language ModelingLanguage ModellingLarge Language ModelRAG

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SPEED

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections