Unverified Commit 2e726680 authored by Yuan Tang's avatar Yuan Tang Committed by GitHub
Browse files

[Bugfix] torch nightly version in ROCm installation guide (#11423)


Signed-off-by: default avatarYuan Tang <terrytangyuan@gmail.com>
parent 5bfb30a5
......@@ -145,7 +145,7 @@ Note to get your gfx architecture, run `rocminfo |grep gfx`.
$ # Install PyTorch
$ pip uninstall torch -y
$ pip install --no-cache-dir --pre torch==2.6.0.dev20240918 --index-url https://download.pytorch.org/whl/nightly/rocm6.2
$ pip install --no-cache-dir --pre torch==2.6.0.dev20241024 --index-url https://download.pytorch.org/whl/nightly/rocm6.2
$ # Build & install AMD SMI
$ pip install /opt/rocm/share/amd_smi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment