Skip to content

Commit

Permalink
Fix typo in README.md (#1145)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
subramen committed May 2, 2023
1 parent 33cbdfd commit c9ef23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distributed/ddp-tutorial-series/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Each code file extends upon the previous one. The series starts with a non-distr

* [multigpu.py](multigpu.py): DDP on a single node

* [multigpu_torchrun.py](multigpu.py): DDP on a single node using Torchrun
* [multigpu_torchrun.py](multigpu_torchrun.py): DDP on a single node using Torchrun

* [multinode.py](multigpu.py): DDP on multiple nodes using Torchrun (and optionally Slurm)
* [multinode.py](multinode.py): DDP on multiple nodes using Torchrun (and optionally Slurm)
* [slurm/setup_pcluster_slurm.md](slurm/setup_pcluster_slurm.md): instructions to set up an AWS cluster
* [slurm/config.yaml.template](slurm/config.yaml.template): configuration to set up an AWS cluster
* [slurm/sbatch_run.sh](slurm/sbatch_run.sh): slurm script to launch the training job
Expand Down

0 comments on commit c9ef23f

Please sign in to comment.