-
Notifications
You must be signed in to change notification settings - Fork 43
Polish API documentation #123
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
|
@yifuwang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
7dd4b1d to
b49ef4b
Compare
Codecov Report
@@ Coverage Diff @@
## main #123 +/- ##
==========================================
- Coverage 92.90% 92.23% -0.68%
==========================================
Files 30 30
Lines 2523 2523
==========================================
- Hits 2344 2327 -17
- Misses 179 196 +17
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
torchsnapshot/snapshot.py
Outdated
| storage_options: Additional keyword options for the StoragePlugin to use. | ||
| See each StoragePlugin's documentation for customizations. | ||
| app_state (Dict[str, Stateful]): The application state to persist. | ||
| It take the form of a dictionary, with the keys being |
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.
s/take/takes
| of :meth:`Snapshot.take`. If none, the default process group will | ||
| be used. | ||
| replicated (List[str], optional): Glob patterns for marking |
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.
do we have examples of what this looks like?
b49ef4b to
f203a8c
Compare
|
@yifuwang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
As title.