AILGNov 12, 2024

Towards Low-bit Communication for Tensor Parallel LLM Inference

arXiv:2411.07942v18 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses the scaling problem for server LLM inference by reducing communication costs, though it is incremental as it builds on existing quantization and tensor parallelism techniques.

The paper tackles the communication bottleneck in tensor parallel LLM inference by introducing a quantization method that reduces communicated values from 16 bits to 4.2 bits on average, preserving nearly all original performance, such as maintaining 98.0% and 99.5% of Gemma 2 27B's and Llama 2 13B's performance across evaluated tasks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes