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

Commit dc0c550

Browse files
authored
Update pytorch minor version
1 parent 2fc58f3 commit dc0c550

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
@@ -79,13 +79,13 @@ fi
7979
if [[ -x "$(command -v xpu-smi)" ]];
8080
then
8181
REQUIREMENTS_TO_INSTALL=(
82-
torch=="2.6.0.${PYTORCH_NIGHTLY_VERSION}"
82+
torch=="2.7.0.${PYTORCH_NIGHTLY_VERSION}"
8383
torchvision=="0.22.0.${VISION_NIGHTLY_VERSION}"
8484
torchtune=="0.5.0"
8585
)
8686
else
8787
REQUIREMENTS_TO_INSTALL=(
88-
torch=="2.6.0.${PYTORCH_NIGHTLY_VERSION}"
88+
torch=="2.7.0.${PYTORCH_NIGHTLY_VERSION}"
8989
torchvision=="0.22.0.${VISION_NIGHTLY_VERSION}"
9090
torchtune=="0.5.0.${TUNE_NIGHTLY_VERSION}"
9191
)

0 commit comments

Comments
 (0)