Skip to content

Commit

Permalink
Update 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 964e5f1 commit 61da32e
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 @@ -46,7 +46,7 @@ The current stable `major.patch` version of ROCm and the previous path version w

### Selecting Accelerators Using `HIP_VISIBLE_DEVICES`

If you have multiple accelerators on the system where you are running TorchServe yuo can select which accelerators should be visible to TorchServe
If you have multiple accelerators on the system where you are running TorchServe you can select which accelerators should be visible to TorchServe
by setting the environment variable `HIP_VISIBLE_DEVICES` to a string of 0-indexed comma-separated integers representing the ids of the accelerators.

If you have 8 accelerators but only want TorchServe to see the last four of them do `export HIP_VISIBLE_DEVICES=4,5,6,7`.
Expand Down

0 comments on commit 61da32e

Please sign in to comment.