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

Commit 2fe586a

Browse files
vmpurivmpuri
andauthored
Update torchtune pin to 0.4.0-dev20241010 (#1300)
Co-authored-by: vmpuri <[email protected]>
1 parent dd9747f commit 2fe586a

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
@@ -53,7 +53,7 @@ PYTORCH_NIGHTLY_VERSION=dev20241002
5353
VISION_NIGHTLY_VERSION=dev20241002
5454

5555
# Nightly version for torchtune
56-
TUNE_NIGHTLY_VERSION=dev20240928
56+
TUNE_NIGHTLY_VERSION=dev20241010
5757

5858
# Uninstall triton, as nightly will depend on pytorch-triton, which is one and the same
5959
(
@@ -78,7 +78,7 @@ fi
7878
REQUIREMENTS_TO_INSTALL=(
7979
torch=="2.6.0.${PYTORCH_NIGHTLY_VERSION}"
8080
torchvision=="0.20.0.${VISION_NIGHTLY_VERSION}"
81-
torchtune=="0.3.0.${TUNE_NIGHTLY_VERSION}"
81+
torchtune=="0.4.0.${TUNE_NIGHTLY_VERSION}"
8282
)
8383

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

0 commit comments

Comments
 (0)