<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>VLLM on SoloSoft</title><link>https://www.solosoft.dev/tags/vllm/</link><description>Recent content in VLLM on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/vllm/index.xml" rel="self" type="application/rss+xml"/><item><title>IndexTTS-vLLM: Accelerated Open-Source Text-to-Speech with vLLM Inference</title><link>https://www.solosoft.dev/post/index-tts-vllm-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/index-tts-vllm-2026/</guid><description>&lt;p&gt;Text-to-speech technology has advanced dramatically in the past three years. Zero-shot voice cloning, where a system can synthesize speech in a novel voice from just a few seconds of audio, went from research novelty to practical tool. Multi-speaker dialogue generation, where distinct voices can be mixed in a single output, moved from experimental to production-ready. The constraint holding these capabilities back from wider adoption has increasingly been inference speed — the gap between the quality of the output and the speed at which it can be generated.&lt;/p&gt;
&lt;p&gt;IndexTTS-vLLM addresses this gap directly. It is an accelerated version of the IndexTTS text-to-speech system that ports the model&amp;rsquo;s inference pipeline to run on vLLM, the high-performance inference engine originally developed for large language model serving. The result is a 2.5-3.5x speedup in TTS inference, enabling real-time speech synthesis with zero-shot voice cloning and multi-character audio mixing on consumer GPUs.&lt;/p&gt;</description></item><item><title>vLLM: High-Throughput LLM Inference with PagedAttention</title><link>https://www.solosoft.dev/post/vllm-inference-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/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>