Skip to content

Releases: VainF/Torch-Pruning

v1.4.0: Improved Support for Huggingface Transformers & LLMs

04 Jun 12:19
b0f0a7c
Compare
Choose a tag to compare

What's Changed

  • Add support for Grouped Query Attention (GQA) in Huggingface transformers.
  • Include minimal examples for Large Language Models (LLaMA-2 & LLaMA-3).

Full Changelog: v1.3.7...v1.4.0

v1.3.7

21 Feb 09:24
2736215
Compare
Choose a tag to compare
  • Add more docstrings and comments
  • Minor bug fixing

Full Changelog: v1.3.6...v1.3.7

v1.3.6

29 Dec 14:55
33a4160
Compare
Choose a tag to compare

What's Changed

  • fix bug:inversed_idx do not match the origin index by @pleb631 in #321
  • Remove ch_groups in tp.importance

New Contributors

Full Changelog: v1.3.5...v1.3.6

v1.3.5: bugfixing

15 Dec 12:59
35de01a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

v1.3.4

14 Dec 14:18
1813e7a
Compare
Choose a tag to compare

What's Changed

  • fix nan and inf bug in sparse learning by @HollyLee2000 in #310
  • Fixed a bug in interactive pruning + iterative pruning + sparse training by @VainF in #311

New Contributors

Full Changelog: v1.3.3...v1.3.4

v1.3.3: Bugfixing

12 Dec 10:09
ae9cc41
Compare
Choose a tag to compare

v1.3.2: A regular release with minor BugFixing.

09 Nov 08:52
f58027c
Compare
Choose a tag to compare
  • Fixed an issue in grouped conv.
  • Include more normalization layers in importance estimation
  • Add a MACs / FLOPs counter for timm Swin
  • Add sentinel normalizer, which normalizes the importance score by utilizing the k-th smallest element.
  • ...

v1.3.1

16 Oct 13:30
bbebffc
Compare
Choose a tag to compare
  • Fixed several problems

v1.3.0

15 Oct 20:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.5...v1.3.0

v1.2.5

06 Sep 17:11
f9699f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.2.5