paper-with-me

Papers

Towards Low-bit Communication for Tensor Parallel LLM Inference

2024-11-12 · Harry Dong, Tyler Johnson, Minsik Cho, Emad Soroush

Tensor parallelism provides an effective way to increase server large language model (LLM) inference efficiency despite adding an additional communication cost. However, as server LLMs continue to scale in size, they will need to be distributed across more devices, magnifying the communication cost. One way to approach this problem is with quantization, but current methods for LLMs tend to avoid quantizing the features that tensor parallelism needs to communicate. Taking advantage of consistent outliers in communicated features, we introduce a quantization method that reduces communicated values on average from 16 bits to 4.2 bits while preserving nearly all of the original performance. For instance, our method maintains around 98.0% and 99.5% of Gemma 2 27B's and Llama 2 13B's original performance, respectively, averaged across all tasks we evaluated on.

📄 PDF Abstract BibTeX arXiv:2411.07942

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelQuantization

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Flash Communication: Reducing Tensor Parallelization Bottleneck for Fast Large Language Model Inference

2024-12-06 · Qingyuan Li, Bo Zhang, Liang Ye, Yifan Zhang 외

The ever-increasing sizes of large language models necessitate distributed solutions for fast inference that exploit multi-dimensional parallelism, where computational loads are split across various accelerators such as …

GPULanguage ModelingLanguage ModellingLarge Language Model

SPD: Sync-Point Drop for Efficient Tensor Parallelism of Large Language Models

2025-02-28 · Han-Byul Kim, Duc Hoang, Arnav Kundu, Mohammad Samragh 외

With the rapid expansion in the scale of large language models (LLMs), enabling efficient distributed inference across multiple computing units has become increasingly critical. However, communication overheads from popu…

Communication Compression for Tensor Parallel LLM Inference

2024-11-14 · Jan Hansen-Palmus, Michael Truong Le, Oliver Hausdörfer, Alok Verma

Large Language Models (LLMs) have pushed the frontier of artificial intelligence but are comprised of hundreds of billions of parameters and operations. For faster inference latency, LLMs are deployed on multiple hardwar…

Quantization

TPI-LLM: Serving 70B-scale LLMs Efficiently on Low-resource Edge Devices

2024-10-01 · Zonghang Li, Wenjiao Feng, Mohsen Guizani, Hongfang Yu

Large model inference is shifting from cloud to edge due to concerns about the privacy of user interaction data. However, edge devices often struggle with limited computing power, memory, and bandwidth, requiring collabo…

Tesseract: Parallelize the Tensor Parallelism Efficiently

2021-05-30 · Boxiang Wang, Qifan Xu, Zhengda Bian, Yang You

Together with the improvements in state-of-the-art accuracies of various tasks, deep learning models are getting significantly larger. However, it is extremely difficult to implement these large models because limited GP…

GPULanguage Modelling