-
Notifications
You must be signed in to change notification settings - Fork 240
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
[Good First Issue][NNCF]: [TorchFX] Test PTQ quantizer config #2874
Comments
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Hi @daniil-lyakhov, I am encountering an issue with the Upon further investigation, I found that the get_weight_nodes function for Torch FX min_max does not include the Could you please confirm if the |
Hi @rk119, Thanks a lot! |
Hi, @rk119 , do you still plan to contribute? |
Hi @daniil-lyakhov, yes I do, I'll be opening a PR for this issue by next week. I'm just a little busy with other commitments. |
### Changes New test file added in tests/torch/fx. Implemented TemplateTestQuantizerConfig for the ptq quantizer for TorchFX backend. ### Related tickets Closes issue #2874
@rk119, thanks for the contribution! |
Greetings🐱! As a part of #2766 TorchFX PTQ backend support, we are gladly presenting to you following issue:
Implement TemplateTestQuantizerConfig as it done for other backends(example: https://github.com/openvinotoolkit/nncf/blob/develop/tests/torch/ptq/test_quantizer_config.py)
Example Pull Requests
#2856
Resources
Contact points
@daniil-lyakhov
Ticket
#2766
The text was updated successfully, but these errors were encountered: