how to do this: table fully deleted (0/16)

#2
by rosspanda0 - opened

just delete the corresponding weights? can the model still work?

yep! One of my tests deleted all of the weights and it still works, though suffers a bit for it. But just keeping a tiny amount is a good compromise. Note that I removed these indiscriminately; if one were to actually test with real workloads and see which ones activate, you could delete them more intelligently than i have, keep a small core that punches above its weight, and outperform the quick benchmarks I posted. Or maybe they are already in the imat matrix???

The code I used to do this is all at my github at https://github.com/Cyronius/qwen-prune-heal-pipeline . You could very easily pull this down, feed the request into your agent, and replicate/improve what I've done. Since I didn't do any retraining this is something you can do on a normal PC, big requirement is to have enough disk space. I literally just took the unsloth versions and used that pipeline to cut it down.

@Cyronius Oh shit here you are in the wild

Sign up or log in to comment