We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543f3bf commit f7ea07cCopy full SHA for f7ea07c
setup.KubeConEU25/README.md
@@ -1167,8 +1167,8 @@ spec:
1167
EOF
1168
```
1169
1170
-This will created 2 Pods, each requesting 2 GPUs. On our cluster, it will take about 30 seconds
1171
-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:
1172
1173
```sh
1174
kubectl get pytorchjob -n blue
0 commit comments