Search papers, labs, and topics across Lattice.
This paper introduces DeInfer, a novel inference system designed to optimize parallel inference for decomposed large language models (LLMs). DeInfer incorporates optimizations to maximize performance and ensure compatibility with existing state-of-the-art techniques like tensor parallelism and pipeline parallelism. Experiments demonstrate DeInfer's superior performance compared to naive parallelization, enabling more efficient scaling of decomposed LLMs.
Decomposing LLMs doesn't have to mean sacrificing inference speed: DeInfer unlocks efficient parallel inference for these models.
Existing works on large language model (LLM) decomposition mainly focus on improving performance on downstream tasks, but they ignore the poor parallel inference performance when trying to scale up the model size. To mitigate this important performance issue, this paper introduces DeInfer, a high-performance inference system dedicated to parallel inference of decomposed LLMs. It consists of multiple optimizations to maximize performance and be compatible with state-of-the-art optimization techniques. Extensive experiments are carried out to evaluate DeInfer's performance, where the results demonstrate its superiority, suggesting it can greatly facilitate the parallel inference of decomposed LLMs.