DCMay 9

FlexPipe: Adapting Dynamic LLM Serving Through Inflight Pipeline Refactoring in Fragmented Serverless Clusters

arXiv:2510.1193845.69 citationsh-index: 9
Predicted impact top 34% in DC · last 90 daysOriginality Highly original
AI Analysis

For LLM serving systems, FlexPipe solves the problem of adapting to variable request patterns and resource fragmentation, significantly improving resource efficiency and latency.

FlexPipe addresses dynamic LLM serving inefficiencies in fragmented serverless clusters by dynamically reconfiguring pipeline architectures during runtime, achieving up to 8.5x better resource efficiency and 38.3% lower latency compared to state-of-the-art systems.

Serving Large Language Models (LLMs) in production faces significant challenges from highly variable request patterns and severe resource fragmentation in serverless clusters. Current systems rely on static pipeline configurations that struggle to adapt to dynamic workload conditions, leading to substantial inefficiencies. We present FlexPipe, a novel system that dynamically reconfigures pipeline architectures during runtime to address these fundamental limitations. FlexPipe decomposes models into fine-grained stages and intelligently adjusts pipeline granularity based on real-time request pattern analysis, implementing three key innovations: fine-grained model partitioning with preserved computational graph constraints, inflight pipeline refactoring with consistent cache transitions, and topology-aware resource allocation that navigates GPU fragmentation. Comprehensive evaluation on an 82-GPU cluster demonstrates that FlexPipe achieves up to 8.5x better resource efficiency while maintaining 38.3% lower latency compared to state-of-the-art systems, reducing GPU reservation requirements from 75% to 30% of peak capacity.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes