-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Update ddp tutorial to tell user that TcpStore has been enabled on Windows platform #1321
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
Pull latest code from master
|
@mrshenli , please help to review ddp_tutorial updates for enable TcpStore on Windows. Thank you! |
|
Deploy preview for pytorch-tutorials-preview ready! Built with commit 4039c3b https://deploy-preview-1321--pytorch-tutorials-preview.netlify.app |
mrshenli
left a comment
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.
LGTM!
intermediate_source/ddp_tutorial.rst
Outdated
| # Distributed package only covers collective communications with Gloo | ||
| # backend, FileStore and TcpStore on Windows platform. |
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.
nit: trying to make it more explicit
On Windows platform, the torch.distributed package only supports Gloo backend,
FileStore and TcpStore.
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.
Resolved
|
Hey @jlin27, the CI failure seem irrelevant to this PR. Shall we land? |
…ndows platform (pytorch#1321) * Update tutorial to tell user that TcpStore has been enabled on Windows * Resolve review comments
…ndows platform (pytorch#1321) * Update tutorial to tell user that TcpStore has been enabled on Windows * Resolve review comments
No description provided.