Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clementchadebec authored Oct 11, 2023
1 parent 0ab36ba commit b7c53f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ To do so, you can build a python script that will then be launched by a launcher
... eval_dataloader_num_workers=8,
... dist_backend="nccl", # distributed backend
... world_size=8 # number of gpus to use (n_nodes x n_gpus_per_node),
... rank=5 # process/gpu id,
... local_rank=1 # node id,
... rank=5 # global gpu id,
... local_rank=1 # gpu id within a node,
... master_addr="localhost" # master address,
... master_port="12345" # master port,
... )
Expand Down

0 comments on commit b7c53f4

Please sign in to comment.