-
Notifications
You must be signed in to change notification settings - Fork 83
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
How to use bagua to replace torch.distributed.destroy_process_group() #324
Comments
This API does not seem to be documented in PyTorch: https://pytorch.org/docs/1.10.0/distributed.html Could you elaborate more on the use case? Thanks. |
|
distributed_c10d.py |
@lixiangMindSpore For now you can just remove the There's no API to explicitly destroy a process group in Bagua yet, but it seems to be a low hanging fruit to implement. Would you like to contribute a PR? :) |
OK,No problem! |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
How to use bagua to replace torch.distributed.destroy_process_group()
Describe the solution you'd like
A clear and concise description of what you want to happen.
How to use bagua to replace torch.distributed.destroy_process_group()
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: