paper-with-me

Papers

Multi-Bin Batching for Increasing LLM Inference Throughput

2024-12-03 · Ozgur Guldogan, Jackson Kunde, Kangwook Lee, Ramtin Pedarsani

As large language models (LLMs) grow in popularity for their diverse capabilities, improving the efficiency of their inference systems has become increasingly critical. Batching LLM requests is a critical step in scheduling the inference jobs on servers (e.g. GPUs), enabling the system to maximize throughput by allowing multiple requests to be processed in parallel. However, requests often have varying generation lengths, causing resource underutilization, as hardware must wait for the longest-running request in the batch to complete before moving to the next batch. We formalize this problem from a queueing-theoretic perspective, and aim to design a control policy which is throughput-optimal. We propose Multi-Bin Batching, a simple yet effective method that can provably improve LLM inference throughput by grouping requests with similar (predicted) execution times into predetermined bins. Through a combination of theoretical analysis and experiments, including real-world LLM inference scenarios, we demonstrate significant throughput gains compared to standard batching approaches.

📄 PDF Abstract BibTeX arXiv:2412.04504

Code (0)

등록된 구현이 없습니다.

Tasks

Scheduling

Similar Papers 제목 키워드 기반

LazyBatching: An SLA-aware Batching System for Cloud Machine Learning Inference

2020-10-25 · Yujeong Choi, Yunseong Kim, Minsoo Rhu

In cloud ML inference systems, batching is an essential technique to increase throughput which helps optimize total-cost-of-ownership. Prior graph batching combines the individual DNN graphs into a single one, allowing m…

BIG-bench Machine LearningScheduling

MoE-Gen: High-Throughput MoE Inference on a Single GPU with Module-Based Batching

2025-03-12 · Tairan Xu, Leyang Xue, Zhan Lu, Adrian Jackson 외

This paper presents MoE-Gen, a high-throughput MoE inference system optimized for single-GPU execution. Existing inference systems rely on model-based or continuous batching strategies, originally designed for interactiv…

GPU

E-BATCH: Energy-Efficient and High-Throughput RNN Batching

2020-09-22 · Franyell Silfa, Jose Maria Arnau, Antonio Gonzalez

Recurrent Neural Network (RNN) inference exhibits low hardware utilization due to the strict data dependencies across time-steps. Batching multiple requests can increase throughput. However, RNN batching requires a large…

Vocal Bursts Intensity Prediction

BucketServe: Bucket-Based Dynamic Batching for Smart and Efficient LLM Inference Serving

2025-07-23 · Wanyi Zheng, Minxian Xu, Shengye Song, Kejiang Ye arxiv

Large language models (LLMs) have become increasingly popular in various areas, traditional business gradually shifting from rule-based systems to LLM-based solutions. However, the inference of LLMs is resource-intensive…

BlockServe: Block-Grained Continuous Batching for High-Throughput Diffusion LLM Serving

2026-07-09 · Yuanjie Zhu, Liangwei Yang, Ke Xu, Weizhi Zhang 외 arxiv

Efficient serving of diffusion large language models (dLLMs) is hindered by convergence heterogeneity: when batching multiple requests, different sequences converge at different rates, causing faster requests to stall be…