From 448ece99ebf457aa14e527590177d182fb7a958d Mon Sep 17 00:00:00 2001 From: Gongfan Fang Date: Wed, 19 Jul 2023 22:55:28 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4176dfb..e788027c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ For more technical details, please refer to our CVPR'23 paper: Please do not hesitate to open a [discussion](https://github.com/VainF/Torch-Pruning/discussions) or [issue](https://github.com/VainF/Torch-Pruning/issues) if you encounter any problems with the library or the paper. ### Update: -* 2023.05.20 :rocket: [**LLM-Pruner: On the Structural Pruning of Large Language Models**](https://github.com/horseee/LLM-Pruner) [*[arXiv]*](https://arxiv.org/abs/2305.11627) +* 2023.05.20 :rocket: [**LLM-Pruner: On the Structural Pruning of Large Language Models**](https://github.com/horseee/LLM-Pruner) [*[arXiv]*](https://arxiv.org/abs/2305.11627), Support LLaMA, LLaMA-2, Vicuna, Baichuan, etc. * 2023.05.19 [Structural Pruning for Diffusion Models](https://github.com/VainF/Diff-Pruning) [*[arXiv]*](https://arxiv.org/abs/2305.10924) * 2023.04.15 [Pruning and Post-training for YOLOv7 / YOLOv8](benchmarks/prunability) * 2023.04.21 Join our Telegram or Wechat group for casual discussions: From fff66b25cf92d8a720124c8c2b7e76aef3f30c12 Mon Sep 17 00:00:00 2001 From: Gongfan Fang Date: Wed, 19 Jul 2023 22:56:56 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e788027c..aa2e5fd9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ For more technical details, please refer to our CVPR'23 paper: Please do not hesitate to open a [discussion](https://github.com/VainF/Torch-Pruning/discussions) or [issue](https://github.com/VainF/Torch-Pruning/issues) if you encounter any problems with the library or the paper. ### Update: -* 2023.05.20 :rocket: [**LLM-Pruner: On the Structural Pruning of Large Language Models**](https://github.com/horseee/LLM-Pruner) [*[arXiv]*](https://arxiv.org/abs/2305.11627), Support LLaMA, LLaMA-2, Vicuna, Baichuan, etc. +* 2023.07.19 :rocket: Support LLaMA, LLaMA-2, Vicuna, Baichuan in [LLM-Pruner](https://github.com/horseee/LLM-Pruner) +* 2023.05.20 :rocket: [**LLM-Pruner: On the Structural Pruning of Large Language Models**](https://github.com/horseee/LLM-Pruner) [*[arXiv]*](https://arxiv.org/abs/2305.11627) * 2023.05.19 [Structural Pruning for Diffusion Models](https://github.com/VainF/Diff-Pruning) [*[arXiv]*](https://arxiv.org/abs/2305.10924) * 2023.04.15 [Pruning and Post-training for YOLOv7 / YOLOv8](benchmarks/prunability) * 2023.04.21 Join our Telegram or Wechat group for casual discussions: From 788d24a1eaa49c2f3702f0783e03704f0d348f4a Mon Sep 17 00:00:00 2001 From: Gongfan Fang Date: Sat, 22 Jul 2023 00:34:07 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa2e5fd9..2c24267f 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ git clone https://github.com/VainF/Torch-Pruning.git ## Quickstart -Here we provide a quick start for Torch-Pruning. More explained details can be found in [tutorals](./tutorials/) +Here we provide a quick start for Torch-Pruning. More explained details can be found in [tutorals](https://github.com/VainF/Torch-Pruning/wiki) ### 0. How It Works