PulseAugur
实时 10:00:21
English(EN) PTStore (Prefix Tensor Store): Distributed Prefix Caching and Replication for High Throughput Inference Serving

新的PTStore系统通过分布式KV缓存加速LLM推理

研究人员开发了PTStore,一个旨在提高大型语言模型(LLM)推理服务效率的分布式系统。通过缓存和复制常用的KV缓存前缀,类似于内容分发网络(CDN)的运作方式,PTStore可以降低延迟并改善负载均衡。这种方法可以显著扩展KV缓存的大小,与重新生成KV缓存的方法相比,在长篇问答数据集上的推理效率提高了5-6倍。 AI

影响 该系统可以显著加快LLM推理速度,并支持处理更长的上下文,有可能降低AI服务的运营成本。

排序理由 介绍LLM推理服务新系统的研究论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

新的PTStore系统通过分布式KV缓存加速LLM推理

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Meghana Maghyastha, Robert Underwood, Randal Burns, Bogdan Nicolae ·

    PTStore (Prefix Tensor Store): Distributed Prefix Caching and Replication for High Throughput Inference Serving

    arXiv:2607.22648v1 Announce Type: new Abstract: Inspired by the design of client caching in Content Delivery Networks (CDNs), PTStore distributes and replicates popular tensors that form reusable KV cache prefixes, which are the main technique used by state of art approaches to a…