-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
RuntimeError: Default process group has not been initialized, please make sure to call init_process_group. #3972
Comments
The model you use contains I have asked pytorch to let UPDATE: pytorch 2.0 will include my fix pytorch/pytorch@56e40fe |
As a workaround:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have tried to train detectron2 using LazyConfig on single GPU but I encountered
File "/home/user/.conda/envs/default/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py", line 358, in _get_default_group raise RuntimeError("Default process group has not been initialized")
. can anybody help what to do here for using it on single machine with out using any DistributedDataParallel from pytorch?Instructions To Reproduce the Issue:
The text was updated successfully, but these errors were encountered: