diff --git a/setup.KubeConEU25/README.md b/setup.KubeConEU25/README.md index e2d208c..02e14c6 100644 --- a/setup.KubeConEU25/README.md +++ b/setup.KubeConEU25/README.md @@ -1167,8 +1167,8 @@ spec: EOF ``` -This will created 2 Pods, each requesting 2 GPUs. On our cluster, it will take about 30 seconds -to execute this `PyTorchJob`. We can check on the status of the PyTorchJob by using the command: +This will create 2 Pods, each requesting 2 GPUs. On our cluster, it will take about 30 seconds +to execute this training workload. We can check on the status of the PyTorchJob by using the command: ```sh kubectl get pytorchjob -n blue