forked from UKPLab/sentence-transformers
-
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.
Support OpenVINO int8 static quantization (UKPLab#3025)
* Support OpenVINO int8 static quantization * Run 'pre-commit run --all' * Patch export_optimized_onnx_model - previously didn't upload .bin file * Fix edge case on Windows with model filename being ignored & reexporting * Update benchmark figures; add OV-qint8, remove OV-igpu Also update the performance ratio lower bound from 94% to 99% * Update efficiency docs, including recommendation Indenting was off; "all-MiniLM-L6-v2" had to be updated to "sentence-transformers/all-MiniLM-L6-v2" in a few places; and updated recommendation * Add dataset parameters * In docs, explain what the default dataset is * Disable hash warning * Implement the last nitpicks * Separate try-excepts in type_checking * Specify that default values will be used if None for quant_config --------- Co-authored-by: Tom Aarsen <[email protected]>
- Loading branch information
Showing
8 changed files
with
312 additions
and
53 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.