Skip to content

Commit

Permalink
Fix typo in definition of world size in docs (#15954)
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli authored Dec 8, 2022
1 parent cbd4dd6 commit 7a1e0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source-pytorch/clouds/cluster_intermediate_1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PyTorch Lightning follows the design of `PyTorch distributed communication packa

- *MASTER_PORT* - required; has to be a free port on machine with NODE_RANK 0
- *MASTER_ADDR* - required (except for NODE_RANK 0); address of NODE_RANK 0 node
- *WORLD_SIZE* - required; how many nodes are in the cluster
- *WORLD_SIZE* - required; the total number of GPUs/processes that you will use
- *NODE_RANK* - required; id of the node in the cluster

.. _training_script_setup:
Expand Down

0 comments on commit 7a1e0e8

Please sign in to comment.