paper-with-me

Papers

Efficient LLM Inference on CPUs

2023-11-01 · Haihao Shen, Hanwen Chang, Bo Dong, Yu Luo, Hengyu Meng

Large language models (LLMs) have demonstrated remarkable performance and tremendous potential across a wide range of tasks. However, deploying these models has been challenging due to the astronomical amount of model parameters, which requires a demand for large memory capacity and high memory bandwidth. In this paper, we propose an effective approach that can make the deployment of LLMs more efficiently. We support an automatic INT4 weight-only quantization flow and design a special LLM runtime with highly-optimized kernels to accelerate the LLM inference on CPUs. We demonstrate the general applicability of our approach on popular LLMs including Llama2, Llama, GPT-NeoX, and showcase the extreme inference efficiency on CPUs. The code is publicly available at: https://github.com/intel/intel-extension-for-transformers.

📄 PDF Abstract BibTeX arXiv:2311.00502

Code (2)

intel/intel-extension-for-transformers 공식 구현 pytorch
intel/neural-speed pytorch

Tasks

Quantization

Methods 이 논문이 사용한 방법론

GPT-NeoX GPT-NeoX is an autoregressive transformer decoder model whose architecture largely follows that of GPT-3, with a few notable deviations. The model has 20 billion parameters…

Similar Papers 제목 키워드 기반

ArcLight: A Lightweight LLM Inference Architecture for Many-Core CPUs

2026-03-08 · Yuzhuang Xu, Xu Han, Yuxuan Li, Wanxiang Che arxiv

Although existing frameworks for large language model (LLM) inference on CPUs are mature, they fail to fully exploit the computation potential of many-core CPU platforms. Many-core CPUs are widely deployed in web servers…

1-bit AI Infra: Part 1.1, Fast and Lossless BitNet b1.58 Inference on CPUs

2024-10-21 · Jinheng Wang, Hansong Zhou, Ting Song, Shaoguang Mao 외

Recent advances in 1-bit Large Language Models (LLMs), such as BitNet and BitNet b1.58, present a promising approach to enhancing the efficiency of LLMs in terms of speed and energy consumption. These developments also e…

Inference Performance Optimization for Large Language Models on CPUs

2024-07-10 · Pujiang He, Shan Zhou, Wenhuan Huang, Changqing Li 외

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 attenti…

CPUGPUInference Optimization

Highly Optimized Kernels and Fine-Grained Codebooks for LLM Inference on Arm CPUs

2024-12-23 · Dibakar Gope, David Mansell, Danny Loh, Ian Bratt

Large language models (LLMs) have transformed the way we think about language understanding and generation, enthralling both researchers and developers. However, deploying LLMs for inference has been a significant challe…

Quantization

ScalableHD: Scalable and High-Throughput Hyperdimensional Computing Inference on Multi-Core CPUs

2025-06-10 · Dhruv Parikh, Viktor Prasanna

Hyperdimensional Computing (HDC) is a brain-inspired computing paradigm that represents and manipulates information using high-dimensional vectors, called hypervectors (HV). Traditional HDC methods, while robust to noise…

Activity RecognitionHuman Activity Recognitionimage-classificationImage Classification