-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Deprecating pytorch quantization and FX tutorials #3432
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/tutorials/3432
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit c9836e4 with merge base b696cb1 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
cc @Xia-Weiwen @leslie-fang-intel FYI for removing intel related tutorials we are removing these because we have landed them in torchao already (in pytorch/ao#2384), for future changes please use torchao |
0a3a012
to
8dfdd24
Compare
"prototype/pt2e_quant_x86_inductor.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_x86_inductor.html", | ||
"prototype/pt2e_quant_ptq_x86_inductor.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_x86_inductor.html", | ||
"prototype/pt2e_quant_xpu_inductor.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_xpu_inductor.html", | ||
"prototype/openvino_quantizer.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_openvino_inductor.html", | ||
} |
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.
Can you also delete mentioning of these tutorials in index.rst or any other files.
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.
yeah I plan to do that as well
Summary: Next step for pytorch/pytorch#157591 Also need to update quantization docs in pytorch main doc page Test Plan: CI Reviewers: Subscribers: Tasks: Tags:
8dfdd24
to
c9836e4
Compare
Summary: continuation of pytorch#3432 Test Plan: generated doc in CI Reviewers: Subscribers: Tasks: Tags:
Summary: continuation of pytorch#3432 Test Plan: generated doc in CI Reviewers: Subscribers: Tasks: Tags:
Summary:
Next step for pytorch/pytorch#157591