PulseAugur
实时 10:39:01
实体 Mooncake: A KVCache-centric Disaggregated Architecture for LLM Serving

Mooncake: A KVCache-centric Disaggregated Architecture for LLM Serving

PulseAugur coverage of Mooncake: A KVCache-centric Disaggregated Architecture for LLM Serving — every cluster mentioning Mooncake: A KVCache-centric Disaggregated Architecture for LLM Serving across labs, papers, and developer communities, ranked by signal.

Show in brief
总计 · 30天
1
90 天内 1
发布 · 30天
0
90 天内 0
论文 · 30天
0
90 天内 0
层级分布 · 90 天
主题
情绪 · 30 天

1 天有情绪数据

最近 · 第 1/1 页 · 共 1 条
  1. TOOL · CL_206769 ·

    GPU空闲时间和碎片化大幅降低LLM推理吞吐量

    GPU空闲时间和内存碎片化显著降低了大型语言模型服务中的推理吞吐量,这些问题常常被计算利用率指标所掩盖。相关研究,包括对vLLM的PagedAttention的研究以及Mingxin FX100的发现,都强调数据移动和KV缓存管理是关键瓶颈。通过将KV缓存卸载到外部存储,如Mingxin FX100所示,可以将GPU保持持续饱和状态并最小化重新计算,从而将吞吐量提高高达40%,并将首次令牌响应时间缩短超过25%。