<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>推理系统 on PlumePHP</title><link>https://plumephp.com/tags/%E6%8E%A8%E7%90%86%E7%B3%BB%E7%BB%9F/</link><description>Recent content in 推理系统 on PlumePHP</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Thu, 10 Sep 2026 10:00:00 +0800</lastBuildDate><atom:link href="https://plumephp.com/tags/%E6%8E%A8%E7%90%86%E7%B3%BB%E7%BB%9F/index.xml" rel="self" type="application/rss+xml"/><item><title>vLLM 深度解析：连续批处理与内存高效推理</title><link>https://plumephp.com/ai-vllm-system/</link><pubDate>Thu, 10 Sep 2026 10:00:00 +0800</pubDate><guid>https://plumephp.com/ai-vllm-system/</guid><description>&lt;p&gt;大语言模型（LLM）推理服务的扩展性瓶颈，往往不在计算吞吐量，而在 GPU 显存。传统推理框架将 KV Cache 以连续张量形式预分配，造成大量内存浪费，导致 batch size 被严重限制。vLLM 通过引入操作系统虚拟内存机制启发的 PagedAttention，将显存利用效率推向新高度，成为当前开源 LLM 推理引擎的事实标准之一。&lt;/p&gt;</description></item></channel></rss>