From f5477406cabdab5997932b1f04f306f638afaa26 Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:26:43 +0200 Subject: [PATCH] Update GPU-acceleration.md Signed-off-by: kilavvy <140459108+kilavvy@users.noreply.github.com> --- docs/content/docs/features/GPU-acceleration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/features/GPU-acceleration.md b/docs/content/docs/features/GPU-acceleration.md index 80960d5d..f8f9ca16 100644 --- a/docs/content/docs/features/GPU-acceleration.md +++ b/docs/content/docs/features/GPU-acceleration.md @@ -232,8 +232,8 @@ spec: - env: - name: HIP_VISIBLE_DEVICES value: '0' - # This variable indicates the devices availible to container (0:device1 1:device2 2:device3) etc. - # For multiple devices (say device 1 and 3) the value would be equivelant to HIP_VISIBLE_DEVICES="0,2" + # This variable indicates the devices available to container (0:device1 1:device2 2:device3) etc. + # For multiple devices (say device 1 and 3) the value would be equivalent to HIP_VISIBLE_DEVICES="0,2" # Please take note of this when an iGPU is present in host system as compatability is not assured. ... resources: