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

Commit fc4160f

Browse files
committed
Bump install version
1 parent 52962a8 commit fc4160f

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
@@ -64,7 +64,7 @@ TUNE_NIGHTLY_VERSION=dev20250228
6464
# with cuda for faster execution on cuda GPUs.
6565
if [[ -x "$(command -v nvidia-smi)" ]];
6666
then
67-
TORCH_NIGHTLY_URL="https://download.pytorch.org/whl/nightly/cu124"
67+
TORCH_NIGHTLY_URL="https://download.pytorch.org/whl/nightly/cu126"
6868
elif [[ -x "$(command -v rocminfo)" ]];
6969
then
7070
TORCH_NIGHTLY_URL="https://download.pytorch.org/whl/nightly/rocm6.2"

0 commit comments

Comments
 (0)