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

Commit 546bbd6

Browse files
authored
Update install_requirements.sh
1 parent 437c493 commit 546bbd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/install_requirements.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ then
8181
REQUIREMENTS_TO_INSTALL=(
8282
torch=="2.8.0.${PYTORCH_NIGHTLY_VERSION}"
8383
torchvision=="0.22.0.${VISION_NIGHTLY_VERSION}"
84-
#torchtune=="0.6.0" # no 0.6.0 on xpu nightly
84+
#torchtune=="0.7.0" # no 0.6.0 on xpu nightly
8585
)
8686
else
8787
REQUIREMENTS_TO_INSTALL=(
8888
torch=="2.8.0.${PYTORCH_NIGHTLY_VERSION}"
8989
torchvision=="0.22.0.${VISION_NIGHTLY_VERSION}"
90-
torchtune=="0.6.0.${TUNE_NIGHTLY_VERSION}"
90+
torchtune=="0.7.0.${TUNE_NIGHTLY_VERSION}"
9191
)
9292
fi
9393

0 commit comments

Comments
 (0)