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

Commit ff3f2fd

Browse files
committed
remove pt update
1 parent 61df13b commit ff3f2fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

install/install_requirements.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ PYTORCH_NIGHTLY_VERSION=dev20240901
5252
# Nightly version for torchvision
5353
VISION_NIGHTLY_VERSION=dev20240901
5454

55+
# Nightly version for torchtune
56+
TUNE_NIGHTLY_VERSION=dev20240928
57+
5558
# Uninstall triton, as nightly will depend on pytorch-triton, which is one and the same
5659
(
5760
set -x
@@ -72,6 +75,7 @@ fi
7275
REQUIREMENTS_TO_INSTALL=(
7376
torch=="2.5.0.${PYTORCH_NIGHTLY_VERSION}"
7477
torchvision=="0.20.0.${VISION_NIGHTLY_VERSION}"
78+
torchtune=="0.3.0.${TUNE_NIGHTLY_VERSION}"
7579
)
7680

7781
# Install the requirements. --extra-index-url tells pip to look for package
@@ -103,5 +107,5 @@ fi
103107

104108
(
105109
set -x
106-
$PIP_EXECUTABLE install evaluate=="0.4.3" lm-eval=="0.4.2" psutil=="6.0.0"
110+
$PIP_EXECUTABLE install lm-eval=="0.4.2"
107111
)

0 commit comments

Comments
 (0)