Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No change in model size after pruning #7

Closed
panchal2002 opened this issue Apr 9, 2024 · 1 comment
Closed

No change in model size after pruning #7

panchal2002 opened this issue Apr 9, 2024 · 1 comment

Comments

@panchal2002
Copy link

Hey, I wanted to know whether the size of model will be same after pruning or it'll be reduced?
I've tried to prune OPT-125M model but the size of the model is same as before which is 250MB.
Thanks in advance

@123Bailey123
Copy link

The model will remain the same size since OWL/SparseGPT/Wanda etc., are all unstructured pruners (parameters are just set to zero) - Use something like LLM-Pruner for structured pruning which will reduce the model size (and quality).

@luuyin luuyin closed this as completed May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants