PyTorch Conference Europe 2026

Lightning Talk: Inside VLLM's KV Offloading Connector: Async Memory Transfers for... Nicolò Lucchesi

10:31 · 07 Apr 2026 – 08 Apr 2026 · YouTube

About this talk

This talk covers the KV Offloading Connector in vLLM 0.11.0, which addresses the challenge of recomputing the KV-cache state for large language model (LLM) requests. The speaker, Nicolò Lucchesi from Red Hat, explains how this asynchronous, pluggable API expands KV cache capabilities by utilizing CPU DRAM to mitigate GPU memory limitations. He details the connector architecture, memory transfer tradeoffs, and the redesign of memory layout that significantly enhances offloading performance. The session provides practical guidance for enabling CPU offloading in production environments, showcasing improvements in transfer throughput and effective block sizes.