sparseml
sparseml copied to clipboard
Unzip convenience functions
- Add zoo_model.unzip() which unzips everything. (Users can still call unzip per sub directory if they want)
- add
unzip=Falseto download params so you can callzoo_model.download(unzip=True)
Originally posted by @corey-nm in https://github.com/neuralmagic/sparseml/pull/927#discussion_r951406738
This is a good one!
It appears this has been resolved through #927 so I will close out this issue.