From 54cc17f9bda5cb5b7c4d4451aae04bfe48145ea5 Mon Sep 17 00:00:00 2001 From: Yuan Chen Date: Mon, 6 May 2024 10:45:01 -0700 Subject: [PATCH] Update README.md Co-authored-by: Kevin Klues Signed-off-by: Yuan Chen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a12f8a356..97ff9ccec 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ The `README` in that directory shows the full script of the demo you can walk th cat demo/specs/quickstart/README.md ``` -Depending on the GPU resources in the cluster, running the first three examples will produce output similar to the following: +Depending on which GPUs are available, running the first three examples will produce output similar to the following: ```console kubectl apply --filename=demo/specs/quickstart/gpu-test{1,2,3}.yaml ```