You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think torch.distributed.init_process_group() can be executed since there is no error even in the world_size=1 state.
By allowing this to be executed even in the world_size=1 state, it is possible to check the operation with respect to the function assuming that torch.distributed.is_initialized() is True, without having to run MPI.
The text was updated successfully, but these errors were encountered:
pytorch-pfn-extras/pytorch_pfn_extras/distributed/_initialize.py
Lines 63 to 67 in c5b4d58
I think
torch.distributed.init_process_group()
can be executed since there is no error even in theworld_size=1
state.By allowing this to be executed even in the
world_size=1
state, it is possible to check the operation with respect to the function assuming thattorch.distributed.is_initialized()
is True, without having to run MPI.The text was updated successfully, but these errors were encountered: