Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion intermediate_source/dist_tuto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ finally handshake with them.
- ``WORLD_SIZE``: The total number of processes, so that the master
knows how many workers to wait for.
- ``RANK``: Rank of each process, so they will know whether it is the
master of a worker.
master or a worker.

**Shared File System**

Expand Down
Loading