paper-with-me

홈 › Papers

LLM-Pilot: Characterize and Optimize Performance of your LLM Inference Services

2024-10-03 · Małgorzata Łazuka, Andreea Anghel, Thomas Parnell

As Large Language Models (LLMs) are rapidly growing in popularity, LLM inference services must be able to serve requests from thousands of users while satisfying performance requirements. The performance of an LLM inference service is largely determined by the hardware onto which it is deployed, but understanding of which hardware will deliver on performance requirements remains challenging. In this work we present LLM-Pilot - a first-of-its-kind system for characterizing and predicting performance of LLM inference services. LLM-Pilot performs benchmarking of LLM inference services, under a realistic workload, across a variety of GPUs, and optimizes the service configuration for each considered GPU to maximize performance. Finally, using this characterization data, LLM-Pilot learns a predictive model, which can be used to recommend the most cost-effective hardware for a previously unseen LLM. Compared to existing methods, LLM-Pilot can deliver on performance requirements 33% more frequently, whilst reducing costs by 60% on average.

📄 PDF Abstract BibTeX arXiv:2410.02425

Code (1)

IBM/LLM-performance-prediction 공식 구현

Tasks

BenchmarkingGPU

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Experimental Design under Network Interference

2020-03-18 · Davide Viviano

This paper studies the design of two-wave experiments in the presence of spillover effects when the researcher aims to conduct precise inference on treatment effects. We consider units connected through a single network,…

Experimental Design

Keras GPT Copilot: Integrating the Power of Large Language Models in Deep Learning Model Development

2023-05-15 · Zenodo GitHub 2023 5 · Fabi Prezja

Keras GPT Copilot is the first Python package designed to integrate an LLM copilot within the model development workflow, offering iterative feedback options for enhancing the performance of your Keras deep learning mode…

Data-to-Text GenerationText GenerationZero-shot Text Retrieval

Transformer Copilot: Learning from The Mistake Log in LLM Fine-tuning

2025-05-22 · Jiaru Zou, Yikun Ban, Zihao Li, Yunzhe Qi 외

Large language models are typically adapted to downstream tasks through supervised fine-tuning on domain-specific data. While standard fine-tuning focuses on minimizing generation loss to optimize model parameters, we ta…

Choose Your Programming Copilot: A Comparison of the Program Synthesis Performance of GitHub Copilot and Genetic Programming

2021-11-15 · Dominik Sobania, Martin Briesch, Franz Rothlauf

GitHub Copilot, an extension for the Visual Studio Code development environment powered by the large-scale language model Codex, makes automatic program synthesis available for software developers. This model has been ex…

Language ModelingLanguage ModellingProgram Synthesis

PILOT: Policy-Informed Learned Optimization for Adaptive Deep Network Training

2026-05-23 · Sattam Altuuaim, Lama Ayash, Muhammad Mubashar, Naeemullah Khan arxiv

Despite the central role of optimization in deep learning, most optimizers rely on update structures whose functional form is fixed before training begins. This static design can limit their ability to respond to changin…