paper-with-me

Papers

Everybody Prune Now: Structured Pruning of LLMs with only Forward Passes

2024-02-08 · Lucio Dery, Steven Kolawole, Jean-François Kagy, Virginia Smith, Graham Neubig, Ameet Talwalkar

Structured pruning is a promising approach to create smaller, faster LLMs. However, existing methods typically rely on backward passes, which can inflate memory requirements and compute costs. In this work we introduce Bonsai, a gradient-free structured pruning method that eliminates the need for backpropagation, significantly reducing memory requirements and compute costs while achieving state-of-the-art pruning performance. Bonsai uses forward-pass-only perturbative pruning to enable efficient compression of large models on a broader range of hardware configurations. Unlike existing structured pruning approaches, Bonsai not only achieves better compression with fewer resources, but also produces models that are twice as fast as those generated by semi-structured pruning. As a concrete demonstration, we use Bonsai to prune an 8B LLaMA-3 model to 50% sparsity on a single A6000 GPU -- a task infeasible with backprop-based methods, which require 2-3x memory. Our results show that removing backprop as a requirement not only enables pruning larger models on constrained hardware but can also lead to state-of-the-art efficiency and performance.

📄 PDF Abstract BibTeX arXiv:2402.05406

Code (1)

ldery/bonsai 공식 구현 pytorch

Tasks

GPU

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Sample-aware Adaptive Structured Pruning for Large Language Models

2025-03-08 · Jun Kong, Xinge Ma, Jin Wang, Xuejie Zhang

Large language models (LLMs) have achieved outstanding performance in natural language processing, but enormous model sizes and high computational costs limit their practical deployment. Structured pruning can effectivel…

Bayesian Optimization

Towards Efficient Automatic Self-Pruning of Large Language Models

2025-02-20 · Weizhong Huang, Yuxin Zhang, Xiawu Zheng, Fei Chao 외

Despite exceptional capabilities, Large Language Models (LLMs) still face deployment challenges due to their enormous size. Post-training structured pruning is a promising solution that prunes LLMs without the need for r…

GPU

LoRAPrune: Structured Pruning Meets Low-Rank Parameter-Efficient Fine-Tuning

2023-05-28 · Mingyang Zhang, Hao Chen, Chunhua Shen, Zhen Yang 외

Large Language Models (LLMs), such as LLaMA and T5, have shown exceptional performance across various tasks through fine-tuning. Although low-rank adaption (LoRA) has emerged to cheaply fine-tune these LLMs on downstream…

Model CompressionNetwork Pruningparameter-efficient fine-tuning

NutePrune: Efficient Progressive Pruning with Numerous Teachers for Large Language Models

2024-02-15 · Shengrui Li, Junzhe Chen, Xueting Han, Jing Bai

The considerable size of Large Language Models (LLMs) presents notable deployment challenges, particularly on resource-constrained hardware. Structured pruning, offers an effective means to compress LLMs, thereby reducin…

Knowledge Distillation

Adapt-Pruner: Adaptive Structural Pruning for Efficient Small Language Model Training

2025-02-05 · Boyao Wang, Rui Pan, Shizhe Diao, Xingyuan Pan 외

Small language models (SLMs) have attracted considerable attention from both academia and industry due to their broad range of applications in edge devices. To obtain SLMs with strong performance, conventional approaches…

Language ModelingLanguage ModellingMMLUSmall Language Model