-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[docs] Add torch.package documentation preamble #59491
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
[docs] Add torch.package documentation preamble #59491
Conversation
**Summary** This commit adds a preamble to the `torch.package` documentation page that explains briefly what `torch.package` is. **Test Plan** Continous integration. [ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit 8e113aa (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:
|
Job | Step | Action |
---|---|---|
Unknown | 🔁 rerun | |
Generate build files | 🔁 rerun | |
Download PyTorch Test Reports | 🔁 rerun |
This comment was automatically generated by Dr. CI (expand for details).
Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions to the (internal) Dr. CI Users group.
**Summary** This commit adds a preamble to the `torch.package` documentation page that explains briefly what `torch.package` is. **Test Plan** Continous integration. <img width="881" alt="Captura de Pantalla 2021-06-04 a la(s) 3 57 01 p m" src="https://user-images.githubusercontent.com/4392003/120872203-d535e000-c552-11eb-841d-b38df19bc992.png"> [ghstack-poisoned]
@@ -7,6 +7,14 @@ torch.package | |||
|
|||
This module is experimental and has not yet been publicly released. |
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 be a beta message now, right?
|
||
This document contains tutorials, how-to guides, explanations, and an API reference that | ||
will help you learn more about ``torch.package`` and how to use it. | ||
|
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.
Add pickle warning here as discussed
@SplitInfinity has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@SplitInfinity merged this pull request in a3db8e0. |
Stack from ghstack:
Summary
This commit adds a preamble to the
torch.package
documentation pagethat explains briefly what
torch.package
is.Test Plan
Continous integration.
Differential Revision: D29050630