Skip to content

Commit

Permalink
update the installation doc
Browse files Browse the repository at this point in the history
Signed-off-by: hongxyan <[email protected]>
  • Loading branch information
hongxiayang committed Jan 17, 2025
1 parent 5651534 commit 3623afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started/installation/gpu/rocm.inc.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Currently, there are no pre-built ROCm wheels.

# Install PyTorch
$ pip uninstall torch -y
$ pip install --no-cache-dir --pre torch==2.6.0.dev20241024 --index-url https://download.pytorch.org/whl/nightly/rocm6.2
$ pip install --no-cache-dir --pre torch --index-url https://download.pytorch.org/whl/rocm6.2

# Build & install AMD SMI
$ pip install /opt/rocm/share/amd_smi
Expand Down

0 comments on commit 3623afe

Please sign in to comment.