-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Quantization: add API summary section #45093
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
This adds a tl;dr; style summary of the quantization API to the documentation. Hopefully this will make this easier for new folks to learn how to use quantization. This is not meant to be all-encompassing. Future PRs can improve the documentation further. Test plan: 1. build the doc as specified in https://github.com/pytorch/pytorch#building-the-documentation 2. inspect the quantization page in Chrome, format looks good [ghstack-poisoned]
This adds a tl;dr; style summary of the quantization API to the documentation. Hopefully this will make this easier for new folks to learn how to use quantization. This is not meant to be all-encompassing. Future PRs can improve the documentation further. Test plan: 1. build the doc as specified in https://github.com/pytorch/pytorch#building-the-documentation 2. inspect the quantization page in Chrome, format looks good ghstack-source-id: e4ea5e2 Pull Request resolved: #45093
💊 CI failures summary and remediationsAs of commit c1a4003 (more details on the Dr. CI page):
🕵️ 2 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
This adds a tl;dr; style summary of the quantization API to the documentation. Hopefully this will make this easier for new folks to learn how to use quantization. This is not meant to be all-encompassing. Future PRs can improve the documentation further. Test plan: 1. build the doc as specified in https://github.com/pytorch/pytorch#building-the-documentation 2. inspect the quantization page in Chrome, format looks good Differential Revision: [D23828257](https://our.internmc.facebook.com/intern/diff/D23828257) [ghstack-poisoned]
|
note: looks like the error reproes locally on master as well without this PR, so assuming this is not related to my changes. |
Summary: Pull Request resolved: #45848 This is a resubmit of the following stack: * start: #45093 * end: #45306 The original stack was reverted due to build failure, resubmitting. Test Plan: Imported from OSS Reviewed By: jerryzh168 Differential Revision: D24117781 Pulled By: vkuzo fbshipit-source-id: fb767fff2b044cfbba695ca3949221904fc8931f
Summary: Pull Request resolved: #45848 This is a resubmit of the following stack: * start: #45093 * end: #45306 The original stack was reverted due to build failure, resubmitting. Test Plan: Imported from OSS Reviewed By: jerryzh168 Differential Revision: D24117781 Pulled By: vkuzo fbshipit-source-id: fb767fff2b044cfbba695ca3949221904fc8931f
Stack from ghstack:
This adds a tl;dr; style summary of the quantization API
to the documentation. Hopefully this will make this easier
for new folks to learn how to use quantization.
This is not meant to be all-encompassing. Future PRs
can improve the documentation further.
Test plan:
Differential Revision: D23828257