paper-with-me

Papers

A Survey on Inference Engines for Large Language Models: Perspectives on Optimization and Efficiency

2025-05-03 · Sihyeong Park, Sungryeol Jeon, Chaelyn Lee, Seokhun Jeon, Byung-soo Kim, Jemin Lee

Large language models (LLMs) are widely applied in chatbots, code generators, and search engines. Workloads such as chain-of-thought, complex reasoning, and agent services significantly increase the inference cost by invoking the model repeatedly. Optimization methods such as parallelism, compression, and caching have been adopted to reduce costs, but the diverse service requirements make it hard to select the right method. Recently, specialized LLM inference engines have emerged as a key component for integrating the optimization methods into service-oriented infrastructures. However, a systematic study on inference engines is still lacking. This paper provides a comprehensive evaluation of 25 open-source and commercial inference engines. We examine each inference engine in terms of ease-of-use, ease-of-deployment, general-purpose support, scalability, and suitability for throughput- and latency-aware computation. Furthermore, we explore the design goals of each inference engine by investigating the optimization techniques it supports. In addition, we assess the ecosystem maturity of open source inference engines and handle the performance and cost policy of commercial solutions. We outline future research directions that include support for complex LLM-based services, support of various hardware, and enhanced security, offering practical guidance to researchers and developers in selecting and designing optimized LLM inference engines. We also provide a public repository to continually track developments in this fast-evolving field: https://github.com/sihyeong/Awesome-LLM-Inference-Engine

📄 PDF Abstract BibTeX arXiv:2505.01658

Code (1)

sihyeong/awesome-llm-inference-engine 공식 구현

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

A Survey of Methods, Challenges and Perspectives in Causality

2023-02-01 · Gaël Gendron, Michael Witbrock, Gillian Dobbie

Deep Learning models have shown success in a large variety of tasks by extracting correlation patterns from high-dimensional data but still struggle when generalizing out of their initial distribution. As causal engines …

Deep LearningSurvey

A Survey on Large Language Models with Multilingualism: Recent Advances and New Frontiers

2024-05-17 · Kaiyu Huang, Fengran Mo, Xinyu Zhang, Hongliang Li 외

The rapid development of Large Language Models (LLMs) demonstrates remarkable multilingual capabilities in natural language processing, attracting global attention in both academia and industry. To mitigate potential dis…

Information RetrievalSurvey

Designing Large Foundation Models for Efficient Training and Inference: A Survey

2024-09-03 · Dong Liu, Yanxuan Yu, Yite Wang, Jing Wu 외

This paper focuses on modern efficient training and inference technologies on foundation models and illustrates them from two perspectives: model and system design. Model and System Design optimize LLM training and infer…

Knowledge DistillationModel CompressionQuantizationSurvey

Large Language Models and Causal Inference in Collaboration: A Comprehensive Survey

2024-03-14 · Xiaoyu Liu, Paiheng Xu, Junda Wu, Jiaxin Yuan 외

Causal inference has shown potential in enhancing the predictive accuracy, fairness, robustness, and explainability of Natural Language Processing (NLP) models by capturing causal relationships among variables. The emerg…

Causal InferenceFairness

A Survey of Serverless Machine Learning Model Inference

2023-11-22 · Kamil Kojs

Recent developments in Generative AI, Computer Vision, and Natural Language Processing have led to an increased integration of AI models into various products. This widespread adoption of AI requires significant efforts …

GPUmodelSurvey