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

Commit c3f18c6

Browse files
authored
Update install_requirements.sh
1 parent f9d0a29 commit c3f18c6

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
@@ -81,7 +81,7 @@ TUNE_NIGHTLY_VERSION=dev20241010
8181
# with cuda for faster execution on cuda GPUs.
8282
if [[ -x "$(command -v nvidia-smi)" ]];
8383
then
84-
TORCH_NIGHTLY_URL="https://download.pytorch.org/whl/nightly/cu121"
84+
TORCH_NIGHTLY_URL="https://download.pytorch.org/whl/nightly/cu124"
8585
elif [[ -x "$(command -v rocminfo)" ]];
8686
then
8787
TORCH_NIGHTLY_URL="https://download.pytorch.org/whl/nightly/rocm6.2"

0 commit comments

Comments
 (0)