Fix typo in definition of world size in docs (#15954)

This commit is contained in:
Adrian Wälchli 2022-12-08 19:06:12 +01:00 committed by GitHub
parent cbd4dd6c5e
commit 7a1e0e801e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: