Demystifying AI Platform Design for Distributed Inference of Next-Generation LLM models
Abhimanyu Bambhaniya, Ritik Raj, Geonhwa Jeong, Souvik Kundu, Sudarshan Srinivasan, Suvinay Subramanian, Midhilesh Elavazhagan, Madhu Kumar, Tushar Krishna

TL;DR
This paper introduces GenZ, an analytical tool that models and predicts hardware requirements for efficient deployment of diverse large language models, aiding in the design of next-generation AI platforms.
Contribution
The paper presents GenZ, a novel analytical framework that estimates LLM inference performance and hardware needs, validated against real hardware, to guide platform and hardware design.
Findings
GenZ achieves a maximum geomean error of 5.82 in performance estimation.
It identifies key hardware requirements like compute, memory, and network for various LLM use cases.
Insights from GenZ inform AI deployment strategies and hardware architecture design.
Abstract
Large language models (LLMs) have shown remarkable performance across a wide range of applications, often outperforming human experts. However, deploying these gigantic models efficiently for diverse inference use cases requires carefully designed hardware platforms with ample computing, memory, and network resources. With constant innovation in LLM serving optimizations and model architecture evolving at breakneck speed, the hardware requirements to meet Service Level Objectives (SLOs) remain an open research question. To answer the question, we present an analytical tool, GenZ, to efficiently navigate the relationship between diverse LLM model architectures(Dense, GQA, MoE, Mamba), LLM serving optimizations(Chunking, Speculative decoding, quanitization), and AI platform design parameters. Our tool estimates LLM inference performance metrics for the given scenario. We have validated…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDigital Rights Management and Security · Access Control and Trust · Business Process Modeling and Analysis
Methodstravel james · Attention Is All You Need · Mixture of Experts · Softmax · Layer Normalization · Linear Layer · Byte Pair Encoding · Label Smoothing · Adam · Residual Connection
