paper-with-me

Papers

AIConfigurator: Lightning-Fast Configuration Optimization for Multi-Framework LLM Serving

2026-01-09 · Tianhao Xu, Yiming Liu, Xianglong Lu, Yijia Zhao, Xuting Zhou, Aichen Feng, Yiyi Chen, Yi Shen, Qin Zhou, Xumeng Chen, Ilya Sherstyuk, Haorui Li, Rishi Thakkar, Ben Hamm, Yuanzhe Li, Xue Huang, Wenpeng Wu, Anish Shanbhag, Harry Kim, Chuan Chen, Junjie Lai arxiv

Optimizing Large Language Model (LLM) inference in production systems is increasingly difficult due to dynamic workloads, stringent latency/throughput targets, and a rapidly expanding configuration space. This complexity spans not only distributed parallelism strategies (tensor/pipeline/expert) but also intricate framework-specific runtime parameters such as those concerning the enablement of CUDA graphs, available KV-cache memory fractions, and maximum token capacity, which drastically impact performance. The diversity of modern inference frameworks (e.g., TRT-LLM, vLLM, SGLang), each employing distinct kernels and execution policies, makes manual tuning both framework-specific and computationally prohibitive. We present AIConfigurator, a unified performance-modeling system that enables rapid, framework-agnostic inference configuration search without requiring GPU-based profiling. AIConfigurator combines (1) a methodology that decomposes inference into analytically modelable primitives - GEMM, attention, communication, and memory operations while capturing framework-specific scheduling dynamics; (2) a calibrated kernel-level performance database for these primitives across a wide range of hardware platforms and popular open-weights models (GPT-OSS, Qwen, DeepSeek, LLama, Mistral); and (3) an abstraction layer that automatically resolves optimal launch parameters for the target backend, seamlessly integrating into production-grade orchestration systems. Evaluation on production LLM serving workloads demonstrates that AIConfigurator identifies superior serving configurations that improve performance by up to 40% for dense models (e.g., Qwen3-32B) and 50% for MoE architectures (e.g., DeepSeek-V3), while completing searches within 30 seconds on average. Enabling the rapid exploration of vast design spaces - from cluster topology down to engine specific flags.

📄 PDF Abstract BibTeX arXiv:2601.06288

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AnimateDiff-Lightning: Cross-Model Diffusion Distillation

2024-03-19 · Shanchuan Lin, Xiao Yang

We present AnimateDiff-Lightning for lightning-fast video generation. Our model uses progressive adversarial diffusion distillation to achieve new state-of-the-art in few-step video generation. We discuss our modificatio…

modelVideo Generation

SwiftPie: Lightning-fast Subject-driven Image Personalization via One step Diffusion

2026-05-02 · Huy Duong, Trong-Tung Nguyen, Cuong Pham, Anh Tran 외 arxiv

Diffusion models have achieved remarkable success in high-quality image synthesis, sparking interest in image-guided generation tasks such as subject-driven image personalization. Despite their impressive personalization…

Personalized Image Generation

LightningDrag: Lightning Fast and Accurate Drag-based Image Editing Emerging from Videos

2024-05-22 · Yujun Shi, Jun Hao Liew, Hanshu Yan, Vincent Y. F. Tan 외

Accuracy and speed are critical in image editing tasks. Pan et al. introduced a drag-based image editing framework that achieves pixel-level control using Generative Adversarial Networks (GANs). A flurry of subsequent st…

A deep learning network for cloud-to-ground lightning nowcasting with multisource data

2020-05-01 · journal 2020 5 · Kanghui Zhou, Yongguang Zheng, Wansheng Dong, and Tingbo Wang

Precise and timely lightning nowcasting is still a great challenge for meteorologists. In this study, a new semantic segmentation deep learning network for cloud-to-ground (CG) lightning nowcasting, named LightningNet, h…

Semantic Segmentation

MPFlow: Learning Budgeted Max-Flow Optimization on the Lightning Network with Deep Graph Reinforcement Learning

2026-07-09 · Harrison Rush, Vincent Davis, Simone Antonelli, Vikash Singh 외 arxiv

We address liquidity placement in the Bitcoin Lightning Network (LN): given a fixed budget, which channels should a node open to maximize its routing capacity? We cast this as a budget-constrained combinatorial optimizat…

Reinforcement Learning