-
Notifications
You must be signed in to change notification settings - Fork 258
AWQ Support for ONNX Backend #3571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
AWQ Support for ONNX Backend #3571
Conversation
7272fee
to
c2f1956
Compare
@openvinotoolkit/nncf-maintainers Please review |
src/nncf/quantization/algorithms/weight_compression/onnx_backend.py
Outdated
Show resolved
Hide resolved
src/nncf/quantization/algorithms/weight_compression/onnx_backend.py
Outdated
Show resolved
Hide resolved
f04a0e4
to
3d9996a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add support for ONNX to the template test for AWQ:
https://github.com/openvinotoolkit/nncf/blob/develop/tests/cross_fw/test_templates/template_test_weights_compression.py#L485
metric_value: 0.85466 | ||
num_int4: 94 | ||
num_int8: 124 | ||
tinyllama_data_free_awq_backend_ONNX: | ||
metric_value: 0.82562 | ||
num_int4: 264 | ||
num_int8: 84 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd also double check why similarity and number of int4 and int8 are different for the same compression configuration
Changes
AWQ Support for ONNX Backend
Reason for changes
Ref: 168332
Related tickets
Ref: 168332
Tests