* Support ViTs from [Huggingface Transformers](https://github.com/VainF/Torch-Pruning/tree/master/examples/hf_transformers) & [Timm](https://github.com/VainF/Torch-Pruning/tree/master/examples/timm_models)
* Improved Channel Grouping
**Full Changelog**: https://github.com/VainF/Torch-Pruning/compare/v.1.2.0...v1.2.1
v.1.2.0
What's Changed
* Improved index mapping. Now ``tp.pruner`` can handle more networks.
* Fixed several bugs
* Support [Growing Regularization](https://arxiv.org/abs/2012.09243)
* Add [Documents & Toturials](https://github.com/VainF/Torch-Pruning/wiki)