From 2e726680b386a06dfac1144853fd58964da3914f Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Mon, 23 Dec 2024 12:20:22 -0500 Subject: [PATCH] [Bugfix] torch nightly version in ROCm installation guide (#11423) Signed-off-by: Yuan Tang --- docs/source/getting_started/amd-installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/amd-installation.rst b/docs/source/getting_started/amd-installation.rst index ece5d785e0c65..27636d936270c 100644 --- a/docs/source/getting_started/amd-installation.rst +++ b/docs/source/getting_started/amd-installation.rst @@ -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