TensorX
返回文献探索

Paper · arXiv 2407.07304

Inference Performance Optimization for Large Language Models on CPUs

Pujiang He, Shan Zhou, Wenhuan Huang, Changqing Li, Duyi Wang, Bin Guo, Chen Meng, Sheng Gui, Weifei Yu, Yi Xie

53 upvotesJuly 10, 2024arXiv 预印本
AI 摘要

The paper presents a performance optimization solution for deploying large language models on CPUs by reducing KV cache size and implementing distributed inference, open-sourced for use.

large language modelsKV cache sizedistributed inferenceoneAPI Collective Communications Library

Abstract

Large language models (LLMs) have shown exceptional performance and vast potential across diverse tasks. However, the deployment of LLMs with high performance in low-resource environments has garnered significant attention in the industry. When GPU hardware resources are limited, we can explore alternative options on CPUs. To mitigate the financial burden and alleviate constraints imposed by hardware resources, optimizing inference performance is necessary. In this paper, we introduce an easily deployable inference performance optimization solution aimed at accelerating LLMs on CPUs. In this solution, we implement an effective way to reduce the KV cache size while ensuring precision. We propose a distributed inference optimization approach and implement it based on oneAPI Collective Communications Library. Furthermore, we propose optimization approaches for LLMs on CPU, and conduct tailored optimizations for the most commonly used models. The code is open-sourced at https://github.com/intel/xFasterTransformer.

北京市昌平区探索星信息技术及软件开发工作室

京ICP备2026059466号
Inference Performance Optimization for Large Language Models on CPUs | TensorX