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

Commit 673f5ab

Browse files
committed
fix tune major version
1 parent eb00467 commit 673f5ab

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
@@ -93,7 +93,7 @@ fi
9393
REQUIREMENTS_TO_INSTALL=(
9494
torch=="2.6.0.${PYTORCH_NIGHTLY_VERSION}"
9595
torchvision=="0.20.0.${VISION_NIGHTLY_VERSION}"
96-
torchtune=="0.4.0.${TUNE_NIGHTLY_VERSION}"
96+
torchtune=="0.5.0.${TUNE_NIGHTLY_VERSION}"
9797
)
9898

9999
# Install the requirements. --extra-index-url tells pip to look for package

0 commit comments

Comments
 (0)