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

Commit c454026

Browse files
iseeyuanMartin YuanJack-Khuu
authored
Force torchtune resinstallation. (#1210)
Co-authored-by: Martin Yuan <[email protected]> Co-authored-by: Jack-Khuu <[email protected]>
1 parent 6b3238c commit c454026

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
@@ -90,7 +90,7 @@ REQUIREMENTS_TO_INSTALL=(
9090
# Rely on the latest tochtune for flamingo support
9191
(
9292
set -x
93-
$PIP_EXECUTABLE install git+https://github.com/pytorch/torchtune.git@d002d45e3ec700fa770d9dcc61b02c59e2507bf6
93+
$PIP_EXECUTABLE install -I git+https://github.com/pytorch/torchtune.git@d002d45e3ec700fa770d9dcc61b02c59e2507bf6
9494
)
9595

9696
if [[ -x "$(command -v nvidia-smi)" ]]; then

0 commit comments

Comments
 (0)