-
Notifications
You must be signed in to change notification settings - Fork 749
Remove SoftmaxQuantizer #14089
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: main
Are you sure you want to change the base?
Remove SoftmaxQuantizer #14089
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14089
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 3cd9458 with merge base 245630a ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D81964057 |
This PR needs a
|
2f2e7cb to
32bde64
Compare
Summary: Softmax not supported on current platforms. This introduces quant/dequants into the graph, which are unneeded. This diff removes the quantizer until supported. Differential Revision: D81964057
|
This pull request was exported from Phabricator. Differential Revision: D81964057 |
32bde64 to
bd05a44
Compare
Summary: Softmax not supported on current platforms. This introduces quant/dequants into the graph, which are unneeded. This diff removes the quantizer until supported. Differential Revision: D81964057
|
This pull request was exported from Phabricator. Differential Revision: D81964057 |
Summary: Pull Request resolved: pytorch#14089 Softmax not supported on current platforms. This introduces quant/dequants into the graph, which are unneeded. This diff removes the quantizer until supported. Differential Revision: D81964057
bd05a44 to
fc4d0b6
Compare
Summary: Softmax not supported on current platforms. This introduces quant/dequants into the graph, which are unneeded. This diff removes the quantizer until supported. Differential Revision: D81964057
fc4d0b6 to
0bc8f4c
Compare
Summary: Pull Request resolved: pytorch#14089 Softmax not supported on current platforms. This introduces quant/dequants into the graph, which are unneeded. This diff removes the quantizer until supported. Differential Revision: D81964057
|
This pull request was exported from Phabricator. Differential Revision: D81964057 |
0bc8f4c to
3cd9458
Compare
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Summary:
Softmax not supported on current platforms.
This introduces quant/dequants into the graph, which are unneeded.
This diff removes the quantizer until supported.
Differential Revision: D81964057