Skip to content

Commit

Permalink
improve text
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun committed Jan 7, 2025
1 parent bd1093c commit ac93764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/distributed-ml/torch-kubeflow-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ kubectl create -n kubeflow -f job-manifest.yaml
```

When creating a PyTorchJob, the Worker pods will wait for the Master to be created
first. To manage both Master and Worker pods you can use:
first. To manage both Master and Worker pods use:

```bash
# Inspect some pods
Expand Down Expand Up @@ -99,7 +99,7 @@ push a Docker container using the provided `Dockerfile`, then update the manifes
your container's image name.

The manifest sets `nProcPerNode: "2"`, which specifies two worker processes per pod.
You can adjust this for different levels of parallelism, corresponding to the
Adjust this for different levels of parallelism, corresponding to the
[`--nproc-per-node`](https://pytorch.org/docs/stable/elastic/run.html#usage) flag of `torchrun`.

There are two levels of parallelism:
Expand Down

0 comments on commit ac93764

Please sign in to comment.