-
Notifications
You must be signed in to change notification settings - Fork 480
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
Merge --pjrt_distributed
flag with --ddp
flag.
#5732
Conversation
is this option tested in the CI? |
No, but I ran both scripts both ways locally. |
maybe we should add it to the GPU CI. just let it run for a couple steps and make sure it works. If we provide a option we might as well test it. |
By using
Previously, the globalRate is much higher:
For torchrun, we need to do |
These flags were only separate to support XRT. Now that XRT is gone, these options should always be used together.