-
-
Notifications
You must be signed in to change notification settings - Fork 649
Update docs with torchrun instead of torch.distributed.launch #2415 #2420
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
Co-authored-by: alialhawas <thelastlegend52@gmail.com>
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 a lot for the PR @Abo7atm !
I left the comments with some updates to do. Basically, let's just provide torchrun
examples and remove all deprecated stuff.
@Abo7atm could you please update this PR today such that we could include it to the upcoming release. Thanks Meanwhile I committed few changes I was also thinking about to one of the files. |
@Abo7atm I'll fix everything myself and merge it such that we do not delay our release. Thanks for the PR again |
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
Fixes #2415
Description:
Updated doc strings in files under
distributed
module that mentionstorch.distributed.launch
to mentiontorchrun
too.Check list: