跳到主内容
精选75Rohan Paul论文研究

Nvidia新论文:线性映射实现跨模型KV缓存复用

New Nvidia paper shows, one LLM can reuse another model’s prompt memory instead…

原文

New Nvidia paper shows, one LLM can reuse another model’s prompt memory instead of processing the whole prompt again.

A simple linear converter lets related LLMs reuse cached prompt memory and skip reprocessing long conversations.

Normally, when a system switches models, the new model rereads the whole conversation to build its key-value cache, a stored record used during generation.

Their mapper learns how each target attention head relates to several useful source layers, then removes position information before conversion and restores it afterward.

It learns from 500 calibration sequences, requires no backpropagation, and was tested only on related models with matching cache shapes.

Across 6 model pairs from Qwen3, Llama 3.1, and Ministral 3, 4 retained 73% to 98% of the target model’s normal benchmark accuracy.

Across tested transfers, conversion ran 2.7 to 25 times faster, while Qwen3 handoffs stayed stable across 10 turns.

The failures revealed that success depends less on total conversion error than on whether errors land where attention actually reads.

– arxiv. org/abs/2608.03893

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

更进一步:量化金融体系

看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力

进入量化体系 →

关联讨论

同一事件的更多信源

相似阅读

另一事件,读法相近