paper-with-me

홈 › Papers

SparseGPT: Massive Language Models Can Be Accurately Pruned in One-Shot

2023-01-02 · Elias Frantar, Dan Alistarh

We show for the first time that large-scale generative pretrained transformer (GPT) family models can be pruned to at least 50% sparsity in one-shot, without any retraining, at minimal loss of accuracy. This is achieved via a new pruning method called SparseGPT, specifically designed to work efficiently and accurately on massive GPT-family models. We can execute SparseGPT on the largest available open-source models, OPT-175B and BLOOM-176B, in under 4.5 hours, and can reach 60% unstructured sparsity with negligible increase in perplexity: remarkably, more than 100 billion weights from these models can be ignored at inference time. SparseGPT generalizes to semi-structured (2:4 and 4:8) patterns, and is compatible with weight quantization approaches. The code is available at: https://github.com/IST-DASLab/sparsegpt.

📄 PDF Abstract BibTeX arXiv:2301.00774

Code (6)

ist-daslab/sparsegpt 공식 구현 pytorch
baithebest/adagp pytorch
baithebest/sparsellm pytorch
eth-easl/deltazip pytorch
nvidia/tensorrt-model-optimizer pytorch
nvlabs/maskllm pytorch

Tasks

Common Sense ReasoningLanguage ModellingQuantizationQuestion Answering

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

ROSE: Reordered SparseGPT for More Accurate One-Shot Large Language Models Pruning

2026-03-06 · Mingluo Su, Huan Wang arxiv

Pruning is widely recognized as an effective method for reducing the parameters of large language models (LLMs), potentially leading to more efficient deployment and inference. One classic and prominent path of LLM one-s…

Enhancing One-shot Pruned Pre-trained Language Models through Sparse-Dense-Sparse Mechanism

2024-08-20 · Guanchen Li, Xiandong Zhao, Lian Liu, Zeping Li 외

Pre-trained language models (PLMs) are engineered to be robust in contextual understanding and exhibit outstanding performance in various natural language processing tasks. However, their considerable size incurs signifi…

Debias-SparseGPT: Bias-Aware Pruning for Large Language Models

2026-09-02 · Irina Proskurina, Guillaume Metzler, Antoine Gourru, Julien Velcin hf

Model compression techniques such as pruning and quantization facilitate the efficient deployment and acceleration of Large Language Models (LLMs). However, recent studies show that weight sparsification methods, such as…

Computational EfficiencyModel Compression

Reasoning Models Can be Accurately Pruned Via Chain-of-Thought Reconstruction

2025-09-15 · Ryan Lucas, Kayhan Behdin, Zhipeng Wang, Qingquan Song 외 arxiv

Reasoning language models such as DeepSeek-R1 produce long chain-of-thought traces during inference time which make them costly to deploy at scale. We show that using compression techniques such as neural network pruning…

Network Pruning

F-WANDA: Fisher-Reweighted Post-Training Pruning for Sustainable Deployment of Large Language Models

2026-08-01 · Himanshu Mishra arxiv

One-shot post-training pruning is the most energy-frugal compression strategy for largelanguage models (LLMs), yet existing approaches trade either quality (WANDA) or compute cost (SPARSEGPT). We introduce F-WANDA, a dro…