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

Commit ffd011a

Browse files
author
Martin Yuan
committed
Force torchtune resinstallation.
1 parent 6ae4211 commit ffd011a

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)