TensorX
返回文献探索

Paper · arXiv 2405.10637

Layer-Condensed KV Cache for Efficient Inference of Large Language Models

Haoyi Wu, Kewei Tu

21 upvotesMay 17, 2024arXiv 预印本
AI 摘要

A method reducing key-value cache memory in transformer architectures improves inference throughput without sacrificing performance in language modeling tasks.

key-value cacheattention mechanismtransformer architectureinference throughput

Abstract

Huge memory consumption has been a major bottleneck for deploying high-throughput large language models in real-world applications. In addition to the large number of parameters, the key-value (KV) cache for the attention mechanism in the transformer architecture consumes a significant amount of memory, especially when the number of layers is large for deep language models. In this paper, we propose a novel method that only computes and caches the KVs of a small number of layers, thus significantly saving memory consumption and improving inference throughput. Our experiments on large language models show that our method achieves up to 26times higher throughput than standard transformers and competitive performance in language modeling and downstream tasks. In addition, our method is orthogonal to existing transformer memory-saving techniques, so it is straightforward to integrate them with our model, achieving further improvement in inference efficiency. Our code is available at https://github.com/whyNLP/LCKV.

北京市昌平区探索星信息技术及软件开发工作室

京ICP备2026059466号