-
Notifications
You must be signed in to change notification settings - Fork 363
[1/n] Move a few utils under pt2e/pt2e/ to pt2e/ #2083
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/2083
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit 156929a with merge base 34421b1 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Summary: pytorch#2082 Test Plan: pytest test/quantization/pt2e Reviewers: Subscribers: Tasks: Tags:
b585d51 to
1d2dbbb
Compare
| _move_exported_model_to_train as move_exported_model_to_train, | ||
| ) | ||
|
|
||
| from .fake_quantize import ( |
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.
Should we add default_dynamic_fake_quant to top level?
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.
yes, will do in a separate PR, my plan is to first flatten pt2e/pt2e and then make sure we have everything in top level
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.
let me do it in next PR
* [1/n] Move pt2e/pt2e/utils.py (and graph, export, qat utils) to pt2e/ Summary: #2082 Test Plan: pytest test/quantization/pt2e Reviewers: Subscribers: Tasks: Tags: * fix
Summary:
#2082
Test Plan:
pytest test/quantization/pt2e
Reviewers:
Subscribers:
Tasks:
Tags: