PyTorch Conference Europe 2026

The Token Slice: Implementing Preemptive Scheduling Via Chunked Decod... Maroon Ayoub & Kellen Swain

22:13 · 07 Apr 2026 – 08 Apr 2026 · YouTube

About this talk

In this talk, Maroon Ayoub from IBM and Kellen Swain from Google present the concept of Chunked Decoding as a solution to the challenges faced in production large language model (LLM) serving. They address the critical trade-off between maximizing throughput through continuous batching and maintaining service level agreements (SLAs) by mitigating Head-of-Line (HoL) blocking. The speakers introduce a sidecar implementation for PyTorch-based servers that allows for fine-grained preemption in a multitasking environment, effectively pausing or swapping requests without losing key-value (KV) cache. Attendees will gain insights into how varying chunk sizes can optimize priority handling and tail latency, providing a framework for advanced scheduling techniques in future model servers.