Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun authored Jan 7, 2025
1 parent b810b18 commit db2f7ba
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 @@ -15,7 +15,7 @@ for more details.
## Installing Kubeflow's Training Operator

First, install the [training operator](https://www.kubeflow.org/docs/components/training/installation/).
Python SDK are not needed for this tutorial.
Python SDK is not needed for this tutorial.

Example for `v1.8.1`:

Expand Down Expand Up @@ -74,7 +74,7 @@ first. To manage both Master and Worker pods use:
kubectl describe pod torchrun-cpu-worker-0 -n kubeflow
kubectl describe pod torchrun-cpu-master-0 -n kubeflow

# Get the logs from the commands run the pods
# Get the logs from the pods
kubectl logs torchrun-cpu-master-0 -n kubeflow
kubectl logs torchrun-cpu-worker-0 -n kubeflow
```
Expand Down

0 comments on commit db2f7ba

Please sign in to comment.