SOTA experiment: CacheBridge cross-model KV transfer for router handoffs
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 4.5k
- Forks
- 603
- Avg merge
- 23h 32m
- Merged PRs (30d)
- 59
Description
Finding
CacheBridge: Efficient Cross-Model KV Cache Transfer (arXiv:2609.00891, submitted 2026-09-01) reports cross-model KV transfer intended to avoid full receiver prefill during model-family handoffs. The originating team reports 99.83% mean target retention on Qwen3 in one direction family, up to 3x faster mapper application, 8x lower mapper storage, matching with one tenth the calibration data, and a reported mapper construction reduction from 92.63s to 8.63s in a Qwen3 14B to 32B setting.
Evidence status: originating-team measured, GPU/model-family specific, not independently reproduced by RuV.
RuV opportunity
This maps to ruvLLM, RuVector, Cognitum model routing, MidStream, and distributed inference. It could make mid-session model escalation materially cheaper if cache transfer preserves quality.
Experiment
Do not replace prefill globally. Add an isolated adapter benchmark with:
- normal target re-prefill
- prior simple cross-model mapping baseline
- CacheBridge-style head-matched mapping
Pin model revisions, tokenizer, RoPE configuration, context lengths, CUDA, driver, PyTorch/serving runtime, GPU, calibration corpus, and random seeds.
Metrics
- target task accuracy / perplexity retention
- TTFT and p50/p95 handoff latency
- mapper construction time
- mapper storage
- calibration sample count
- GPU memory and transfer bandwidth
- failure by context length and transfer direction
- quality after multiple model switches
Falsification
Mandatory controls include just re-prefilling, prefix caching on the same model, and a simpler linear map. If handoff frequency is low or transferred quality falls materially, the added mapping layer should be rejected.
Promotion gate
At least 2x lower handoff prefill latency on a real RuV routed workload, target quality loss no greater than 1 absolute point, deterministic rollback to ordinary prefill, and no change to RVM authority or provenance semantics.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating the existing model-routing and adapter benchmark entry points, then compare ordinary re-prefill, the prior simple mapping baseline, and CacheBridge-style head-matched mapping under the pinned conditions. Done means the required latency, quality, storage, calibration, memory, bandwidth, context-length, direction, and multi-switch metrics meet the stated promotion gate with rollback preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- pytorch, rust
- Domain
- ai, distributed-systems, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100