Skip to content

Commit 61911a3

Browse files
authored
updated docs with multinode training cmd (#174)
1 parent 6f0ca30 commit 61911a3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/getting-started.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Once map binaries are available (see [Data](data.md)), launch a quick training r
3535
puffer train puffer_drive
3636
```
3737

38+
For multi-node training(Only uses Data Parallelism with torch ddp)
39+
```bash
40+
torchrun --standalone --nnodes=1 --nproc-per-node=6 -m puffer train puffer_drive
41+
```
42+
3843
If map binaries are missing, follow the steps in [Data](data.md) to generate them before training. See [Visualizer](visualizer.md) for rendering runs and [Evaluation](evaluation.md) for benchmark commands.
3944

4045

0 commit comments

Comments
 (0)