-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Correct DDP example #83034
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
Correct DDP example #83034
Conversation
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 2ee0284 (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
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.
Thanks for fixing!
@pytorchbot merge |
@pytorchbot successfully started a merge job. Check the current status here |
Hey @wangkuiyi. |
Summary: remove undefined `pg` from DDP example code Pull Request resolved: #83034 Approved by: https://github.com/mrshenli Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/08d54b5cd5090cd3ac86e377b798fc231514dce9 Reviewed By: seemethere Differential Revision: D38585534 Pulled By: wangkuiyi fbshipit-source-id: 20d67dffcfdba74b374098f113c405df9f00455b
remove undefined
pg
from DDP example code