Skip to content

Commit

Permalink
typo in docs/hardware_support/amd_support.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Daily <[email protected]>
  • Loading branch information
smedegaard and jeffdaily authored Nov 26, 2024
1 parent 4bff6d3 commit b9a1627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hardware_support/amd_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you have 8 accelerators but only want TorchServe to see the last four of them
> eg. `export HIP_VISIBLE_DEVICES=` or `export HIP_VISIBLE_DEVICES=""`
> use `unset HIP_VISIBLE_DEVICES` if you want to remove it's effect.
> ⚠️ Setting both `CUDA_VISIBLE_DEVICES` and `HIP_VISIBLE_DEVICES` may cause a unintended behaviour and should be avoided.
> ⚠️ 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.
## Example Usage
Expand Down

0 comments on commit b9a1627

Please sign in to comment.