forked from huggingface/optimum-intel
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
INT4 compression support (huggingface#469)
* Added compression options to CLI. Revised load_in_8bit * Added 4 bit compression into quantizer * Temporary switched to NNCF develop and openvino-nightly * Fixed tests * Style * Update optimum/exporters/openvino/__main__.py Co-authored-by: Nico Galoppo <[email protected]> * Added FP32 option for weights data type * Style * Fixed issue * Fixed setup.py * Applied some comments * Fixed names of precisions * Fixed test * Update tests/openvino/utils_tests.py --------- Co-authored-by: Nico Galoppo <[email protected]> Co-authored-by: Ella Charlaix <[email protected]>
- Loading branch information
1 parent
478ad69
commit 173aacd
Showing
11 changed files
with
251 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.