Skip to content

Commit

Permalink
Fix docs (#1951)
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Gao <[email protected]>
  • Loading branch information
ggaaooppeenngg authored Sep 11, 2023
1 parent 82369c8 commit 4a1d5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/basic_tutorials/notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ notebook_launcher(training_loop, args, num_processes=2)

In the case of running on multiple nodes, you need to set up a Jupyter session at each node and run the launching cell at the same time.

For an environment containing 2 nodes (computers) with 4 GPUs each and the main computer with an IP address of "172.31.43.8", it would look like so:
For an environment containing 2 nodes (computers) with 8 GPUs each and the main computer with an IP address of "172.31.43.8", it would look like so:

```python
notebook_launcher(training_loop, args, master_addr="172.31.43.8", node_rank=0, num_nodes=2, num_processes=8)
Expand Down

0 comments on commit 4a1d5b1

Please sign in to comment.