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
timeout: Optional (timedelta). Timeout for operations executed against the process group. Default value equals 30 minutes.
615
617
init_method: Optional (string). Torch distributed, URL specifying how to initialize the process group. Default is “env://” if no init_method or store is specified.
616
618
config: Optional (dict). DeepSpeed configuration for setting up comms options (e.g. Comms profiling)
619
+
rank: Optional (int). The current manually specified rank. Some init_method like “tcp://” need the rank and world_size as well (see: https://pytorch.org/docs/stable/distributed.html#tcp-initialization)
620
+
world_size: Optional (int). Desired world_size for the TCP or Shared file-system initialization.
0 commit comments