-
Notifications
You must be signed in to change notification settings - Fork 689
Remove internal executorch dependency on torchao.quantization.subclass #15223
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?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15223
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New FailuresAs of commit e497573 with merge base 4cff294 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@andrewor14 has exported this pull request. If you are a Meta employee, you can view the originating Diff in D84921134. |
This PR needs a
|
e910d6d
to
7019ce6
Compare
pytorch#15223) Summary: **Summary:** This is a really old quantization API that we recently removed in torchao (D84842047). No one should be calling it anymore. For BC, let's just copy the base class into executorch for now. We should delete this in the future. **Test Plan:** CI Differential Revision: D84921134
pytorch#15223) Summary: **Summary:** This is a really old quantization API that we recently removed in torchao (D84842047). No one should be calling it anymore. For BC, let's just copy the base class into executorch for now. We should delete this in the future. **Test Plan:** CI Differential Revision: D84921134
pytorch#15223) Summary: **Summary:** This is a really old quantization API that we recently removed in torchao (D84842047). No one should be calling it anymore. For BC, let's just copy the base class into executorch for now. We should delete this in the future. **Test Plan:** CI Differential Revision: D84921134
c029373
to
e497573
Compare
Summary:
Summary: This is a really old quantization API that we
recently removed in torchao (D84842047). No one should be
calling it anymore. For BC, let's just copy the base class
into executorch for now. We should delete this in the future.
Test Plan: CI
Differential Revision: D84921134