Skip to content

Commit 2e72668

Browse files
[Bugfix] torch nightly version in ROCm installation guide (#11423)
Signed-off-by: Yuan Tang <[email protected]>
1 parent 5bfb30a commit 2e72668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/getting_started/amd-installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Note to get your gfx architecture, run `rocminfo |grep gfx`.
145145
146146
$ # Install PyTorch
147147
$ pip uninstall torch -y
148-
$ pip install --no-cache-dir --pre torch==2.6.0.dev20240918 --index-url https://download.pytorch.org/whl/nightly/rocm6.2
148+
$ pip install --no-cache-dir --pre torch==2.6.0.dev20241024 --index-url https://download.pytorch.org/whl/nightly/rocm6.2
149149
150150
$ # Build & install AMD SMI
151151
$ pip install /opt/rocm/share/amd_smi

0 commit comments

Comments
 (0)