-
Notifications
You must be signed in to change notification settings - Fork 275
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
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
ljaljushkin
left a comment
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
Will be added here #3575 |
99ca717 to
5c59915
Compare
### Changes SE Support for ONNX Backend ### Reason for changes Ref: 168332 ### Related tickets Ref: 168332 ### Tests - tinyllama_data_aware_awq_scale_estimation_backend_ONNX - tinyllama_scale_estimation_per_channel_backend_ONNX - tinyllama_data_aware_backend_ONNX Should me merged after #3571
Changes
AWQ Support for ONNX Backend
Reason for changes
Ref: 168332
Related tickets
Ref: 168332
Tests