QingruZhang / PLATON

This pytorch package implements PLATON: Pruning Large Transformer Models with Upper Confidence Bound of Weight Importance (ICML 2022).
41 stars 5 forks source link

Hello, have you updated the code of structured pruning #3

Open c976237222 opened 1 year ago

c976237222 commented 1 year ago

Hello, have you updated the code of structured pruning

QingruZhang commented 1 year ago

Hi, the structured pruning code is updated in another repo of our latest work. Please check the following code: https://github.com/yxli2123/LoSparse.