Skip to content

Commit 69766fb

Browse files
larryliu0820facebook-github-bot
authored andcommitted
Call llama2/install_requirements.sh in llava install_requirements.sh (#6115)
Summary: Obviously we need llama2 dependencies for llava as well. Pull Request resolved: #6115 Reviewed By: lucylq, shoumikhin Differential Revision: D64195448 Pulled By: larryliu0820 fbshipit-source-id: 9eadf9401c2d12397a3fd42e2e255a1c2fcc8518
1 parent 5d12e5b commit 69766fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/models/llava/install_requirements.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@
88
set -x
99

1010
pip install transformers accelerate sentencepiece tiktoken
11+
12+
# Run llama2/install requirements for torchao deps
13+
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
14+
15+
bash "$SCRIPT_DIR"/../llama2/install_requirements.sh

0 commit comments

Comments
 (0)