<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PagedAttention on SoloSoft</title><link>https://www.solosoft.dev/es/tags/pagedattention/</link><description>Recent content in PagedAttention on SoloSoft</description><generator>Hugo</generator><language>es-es</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/es/tags/pagedattention/index.xml" rel="self" type="application/rss+xml"/><item><title>vLLM: Inferencia de LLMs de Alto Rendimiento con PagedAttention</title><link>https://www.solosoft.dev/es/post/vllm-inference-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/es/post/vllm-inference-2026/</guid><description>&lt;p&gt;Serving LLMs in production is fundamentally a memory management problem. The KV cache — the set of attention key-value pairs stored during generation — grows with each token produced. For a 70B parameter model serving multiple concurrent requests, the KV cache consumes hundreds of megabytes per sequence. Poor memory management means wasted GPU memory, lower throughput, and higher cost per token.&lt;/p&gt;
&lt;p&gt;vLLM solves this with PagedAttention, a breakthrough that applies operating system virtual memory concepts to LLM inference. By managing the KV cache in fixed-size blocks (pages) rather than contiguous memory regions, vLLM eliminates fragmentation — the dominant memory waste in naive inference — and achieves near-perfect memory utilization. The result is 2-4x higher throughput than any previous open-source inference engine.&lt;/p&gt;</description></item></channel></rss>