Skip to content
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

[TorchFX] Support weight quantization for operations with weight_port_id != 1 #3206

Open
1 task
daniil-lyakhov opened this issue Jan 22, 2025 · 0 comments
Open
1 task
Labels
enhancement New feature or request

Comments

@daniil-lyakhov
Copy link
Collaborator

🚀 Feature request

The task is to support weight quantization for operations with weight_port_id != 1.
To do so, one should update the method _get_input_scale_shape of the MinMax torch_fx_backend.py https://github.com/openvinotoolkit/nncf/blob/develop/nncf/quantization/algorithms/min_max/torch_fx_backend.py#L181-L182 as it done for the torch backend https://github.com/openvinotoolkit/nncf/blob/develop/nncf/quantization/algorithms/min_max/torch_backend.py#L197-L202

Feature Use Case

No response

Are you going to submit a PR?

  • Yes I'd like to help by submitting a PR!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant