Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 0e06e0f

Browse files
vmpurijeffdaily
andauthored
Update install/install_requirements.sh
use nightly Co-authored-by: Jeff Daily <[email protected]>
1 parent cc2d6c6 commit 0e06e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ then
6969
TORCH_NIGHTLY_URL="https://download.pytorch.org/whl/nightly/cu121"
7070
elif [[ -x "$(command -v rocminfo)" ]];
7171
then
72-
TORCH_NIGHTLY_URL="https://download.pytorch.org/whl/rocm6.1"
72+
TORCH_NIGHTLY_URL="https://download.pytorch.org/whl/nightly/rocm6.2"
7373
else
7474
TORCH_NIGHTLY_URL="https://download.pytorch.org/whl/nightly/cpu"
7575
fi

0 commit comments

Comments
 (0)