Skip to content

Commit

Permalink
Update examples/distributed-pytorch/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Romil Bhardwaj <[email protected]>
  • Loading branch information
Michaelvll and romilbhardwaj authored Dec 12, 2024
1 parent ce607cc commit c26ff2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/distributed-pytorch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following command will spawn 2 nodes with 2 L4 GPU each:

`sky launch -c train.yaml`

In the [train.yaml](./train.yaml), we use `torchrun` to launch the training and set the arguments for distributed training using environment variables provided by SkyPilot.
In [train.yaml](./train.yaml), we use `torchrun` to launch the training and set the arguments for distributed training using [environment variables](https://docs.skypilot.co/en/latest/running-jobs/environment-variables.html#skypilot-environment-variables) provided by SkyPilot.

```yaml
run: |
Expand Down

0 comments on commit c26ff2a

Please sign in to comment.