Skip to content

Tags: ilhangrn/sparsify

Tags

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update 01-intro.md (neuralmagic#79)

Changing out GitHub Discussions link to Slack and DIscourse

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md (neuralmagic#73)

clarity to ONNX and opset versions as well as IR

Co-authored-by: Mark Kurtz <[email protected]>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version to 0.5 (neuralmagic#72)

Co-authored-by: Mark Kurtz <[email protected]>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issue with addition on None when flops and perf sensitivities are…

… not supplied (neuralmagic#71)

* Fix issue with addition on None when flops and perf sensitivities are not supplied

* Update src/sparsify/blueprints/utils/projects_optimizations_pruning.py

Co-authored-by: Benjamin Fineran <[email protected]>

Co-authored-by: Benjamin Fineran <[email protected]>

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update version to 0.3.1 (neuralmagic#66)

Co-authored-by: dhuang <[email protected]>
Co-authored-by: Mark Kurtz <[email protected]>

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request neuralmagic#60 from neuralmagic/version-0.3-upgrade

Upgrade version to 0.3 for release

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version to 0.2.0 for release (neuralmagic#40)

* Update version to 0.2.0 for release

* Update package.json

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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] <[email protected]>

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) <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Fineran <[email protected]>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add main Sparsify script (neuralmagic#20)

* Add main Sparsify script