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

Commit ce5774d

Browse files
committed
update
1 parent 08b0598 commit ce5774d

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,7 +81,7 @@ then
8181
REQUIREMENTS_TO_INSTALL=(
8282
torch=="2.7.0.${PYTORCH_NIGHTLY_VERSION}"
8383
torchvision=="0.22.0.${VISION_NIGHTLY_VERSION}"
84-
#torchtune=="0.6.0"
84+
#torchtune=="0.6.0" # no 0.6.0 on xpu nightly
8585
)
8686
else
8787
REQUIREMENTS_TO_INSTALL=(
@@ -115,7 +115,7 @@ fi
115115
"${REQUIREMENTS_TO_INSTALL[@]}"
116116
)
117117

118-
# Temporatory instal torchtune nightly from cpu nightly links since no nightly for xpu now
118+
# Temporatory instal torchtune nightly from cpu nightly link since no torchtune nightly for xpu now
119119
# TODO: Change to install torchtune from xpu nightly link, once torchtune xpu nightly is ready
120120
if [[ -x "$(command -v xpu-smi)" ]];
121121
then

0 commit comments

Comments
 (0)