From f954ffef004d11e7af6e3ce73f3f2e58324114a0 Mon Sep 17 00:00:00 2001 From: David Grove Date: Thu, 27 Mar 2025 12:35:53 -0400 Subject: [PATCH] typo --- setup.KubeConEU25/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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