SlimGPT: Layer-wise Structured Pruning for Large Language Models
Gui Ling, Ziyang Wang, Yuliang Yan, Qingwen Liu
TL;DR
SlimGPT introduces a fast, low-cost approach for structured pruning of large language models by extending the Optimal Brain Surgeon framework. It adds Batched Greedy Pruning to efficiently estimate head-wise and FFN pruning errors via grouped Cholesky decompositions and applies Incremental Pruning Ratio to mitigate layer-wise error accumulation. Empirical results on LLaMA variants demonstrate state-of-the-art performance at 20–50% pruning, with substantial reductions in memory and latency and robust performance under limited calibration data. The work offers a practical path toward deployable, efficient LLMs, while noting limitations at very high pruning ratios and the importance of calibration data choice.
Abstract
Large language models (LLMs) have garnered significant attention for their remarkable capabilities across various domains, whose vast parameter scales present challenges for practical deployment. Structured pruning is an effective method to balance model performance with efficiency, but performance restoration under computational resource constraints is a principal challenge in pruning LLMs. Therefore, we present a low-cost and fast structured pruning method for LLMs named SlimGPT based on the Optimal Brain Surgeon framework. We propose Batched Greedy Pruning for rapid and near-optimal pruning, which enhances the accuracy of head-wise pruning error estimation through grouped Cholesky decomposition and improves the pruning efficiency of FFN via Dynamic Group Size, thereby achieving approximate local optimal pruning results within one hour. Besides, we explore the limitations of layer-wise pruning from the perspective of error accumulation and propose Incremental Pruning Ratio, a non-uniform pruning strategy to reduce performance degradation. Experimental results on the LLaMA benchmark show that SlimGPT outperforms other methods and achieves state-of-the-art results.
