Rahul Tuli
Rahul Tuli
There is a bug in the current implementation of `deepsparse.server`, when files are sent by client (in CV tasks) the server wasn't actually reading in the files sent over the...
This PR updates YOLACT documentation in `sparseml/integrations`, The commands have been updated to use our new training flows and the setup instructions have been made simpler(cause of the latest refactor)...
Update supported Python versions in `setup.py` for better error message
This marks the Parent PR for all development related to `sparsify.package` alpha push
Update required python versions to match supported ones, also gives a better error message when using wrong Python
This PR adds base functionality for `sparseml.recipe_template` TODO - [ ] More extensive tests - [ ] Change branch to `sparseml.recipe_template.dev` before landing
This PR represents the dev branch for all `sparseml.recipe_template` related code; This PR is in draft mode and will be merged into main on feature completion, The PR has been...
This PR adds a `ModifierBuildInfo` class with state + utility methods for building a recipe from `modifier(s)` This also adds a registry for various pruning and quantization modifiers, that will...
This PR adds a CLI for `sparseml.recipe_template` + automated tests TODO: - [ ] Change base to `sparsify.recipe_template.dev` before landing