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

Commit f962c51

Browse files
committed
remove pt update
1 parent ff3f2fd commit f962c51

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

install/install_requirements.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ REQUIREMENTS_TO_INSTALL=(
9191
$PIP_EXECUTABLE install torchao=="0.5.0"
9292
)
9393

94-
# Rely on the latest tochtune for flamingo support
95-
(
96-
set -x
97-
$PIP_EXECUTABLE install -I git+https://github.com/pytorch/torchtune.git@d002d45e3ec700fa770d9dcc61b02c59e2507bf6
98-
)
99-
10094
if [[ -x "$(command -v nvidia-smi)" ]]; then
10195
(
10296
set -x
@@ -107,5 +101,5 @@ fi
107101

108102
(
109103
set -x
110-
$PIP_EXECUTABLE install lm-eval=="0.4.2"
104+
$PIP_EXECUTABLE install evaluate=="0.4.3" lm-eval=="0.4.2" psutil=="6.0.0"
111105
)

0 commit comments

Comments
 (0)