From 964e5f129db8aebfe386f99c3cf7d92939e04380 Mon Sep 17 00:00:00 2001 From: Anders Smedegaard Pedersen Date: Tue, 26 Nov 2024 09:41:17 +0100 Subject: [PATCH] Update docs/hardware_support/amd_support.md Co-authored-by: Jeff Daily --- docs/hardware_support/amd_support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hardware_support/amd_support.md b/docs/hardware_support/amd_support.md index 6db6a36e52..eeb044ab23 100644 --- a/docs/hardware_support/amd_support.md +++ b/docs/hardware_support/amd_support.md @@ -55,7 +55,7 @@ If you have 8 accelerators but only want TorchServe to see the last four of them > ⚠️ You can run into trouble if you set `HIP_VISIBLE_DEVICES` to an empty string. > eg. `export HIP_VISIBLE_DEVICES=` or `export HIP_VISIBLE_DEVICES=""` -> use `unset HIP_VISIBLE_DEVICES` if you want to remove it's effect. +> use `unset HIP_VISIBLE_DEVICES` if you want to remove its effect. > ⚠️ Setting both `CUDA_VISIBLE_DEVICES` and `HIP_VISIBLE_DEVICES` may cause unintended behaviour and should be avoided. > Doing so may cause an exception in the future.