You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Cherry-pick] Hotfix 1.6.1 for license changes (#1915)
* Update NOTICE (#1871)
* Update NOTICE
changed reference to DS LICENSE-NEURALMAGIC to LICENSE.
* Update NOTICE
fixed apache reference.
* Update NOTICE
Last fix
* pick up license change and update version to 1.6.1
---------
Co-authored-by: Rob Greenberg <100797996+rgreenberg1@users.noreply.github.com>
Co-authored-by: dhuang <dhuang@MacBook-Pro-2.local>
[Cherry Pick 1.5.4] Fix Index error with nm-transformers 1.5.1 upgrade (
#1708)
* Fix Index error with 1.5.1 transformers upgrade
* Deafult resolve_archive_file to None instead of empty list
* Update Hotfix version
* Remove failing tensorflow_v1 tests; they are outdated and not supported now
[1.5.2] restrict pandas to <2.0 (#1634)
* restrict pandas to <2.0
this fixes a bug in the latest NM 1.5 supported transformers datasets that is incompatible with pandas 2.0. Future releases will support later datasets versions
* bump version to 1.5.2
Set bias as optional for convolution folding. Needed for CLIP (#1581)
* Set bias as optional for convolution folding. Needed for CLIP
* Quality fixes
* Merge
[ONNX] support for setting/getting string onnx tensor shapes (#1478) (#……1480)
* [ONNX] support for setting/getting string onnx tensor shapes
* Apply suggestions from code review