Tags: markurtz/sparsify
Tags
update version to 0.3.1 (neuralmagic#66) Co-authored-by: dhuang <dhuang@dhuangs-MacBook-Pro.local> Co-authored-by: Mark Kurtz <mark@neuralmagic.com>
Merge pull request neuralmagic#60 from neuralmagic/version-0.3-upgrade Upgrade version to 0.3 for release
Update version to 0.2.0 for release (neuralmagic#40) * Update version to 0.2.0 for release * Update package.json
Rebase release/0.1 off of main for 0.1.1 (neuralmagic#36) * GA code, toctree links (neuralmagic#22) - added tracking for docs output - added help links for docs output * Update README.md (neuralmagic#24) removed placeholder reference to comingsoon repo in favor of active repo * Bump axios from 0.20.0 to 0.21.1 (neuralmagic#27) Bumps [axios](https://github.com/axios/axios) from 0.20.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.20.0...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Makefile build argument for nightly builds (neuralmagic#25) * docs updates (neuralmagic#28) - correcting double-slash URL issue - enhancing left nav for Help - misc content updates * Rewrite jobworker to simplify its interface for usability, testing, and debugging (neuralmagic#21) * Fix nightly versions not showing for sparseml and deepsparse (neuralmagic#30) * fix deepsparse nightly package improperly named for version lookup (neuralmagic#32) * Update for 0.1.1 release (neuralmagic#33) - update python version to 0.1.1 - setup.py add in version parts and _VERSION_MAJOR_MINOR for more flexibility with dependencies between neural magic packages * Improve pruning sparsity levels selection for the pruning modifier (neuralmagic#29) * Improve pruning sparsity levels selection for the pruning modifier - base off of a combination of weight magnitude and perf sensitivities - fixes so the algorithm will run quickly and correctly - base case should match a weight magnitude selection - change recovery to compare against baseline of weight magnitude without any restrictions * make style * fix min_val, max_val checks for pruning point rescaling * update requested doc strings from review * Update UI version to 0.1.1 (neuralmagic#34) * Sparsification update (neuralmagic#35) * Sparsification update - update sparsification descriptions and move to preferred verbage * update from comments on deepsparse for sparsification * update from sparsezoo review for sparsification sections * update for component overviews and taglines Co-authored-by: Jeannie Finks (NM) <74554921+jeanniefinks@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benjamin Fineran <bfineran@users.noreply.github.com>
Add main Sparsify script (neuralmagic#20) * Add main Sparsify script