Skip to content

Commit 3ed2e04

Browse files
committed
[DO NOT LAND] Debug torch dep in llava test
1 parent 0ee195d commit 3ed2e04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/models/llava_encoder/install_requirements.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# This source code is licensed under the BSD-style license found in the
66
# LICENSE file in the root directory of this source tree.
77

8+
set -x
9+
810
# install llava from the submodule
911
pip install --force-reinstall -e examples/third-party/LLaVA
1012

@@ -19,4 +21,4 @@ pip install bitsandbytes -I
1921
# For example, torch version required from llava is older than ExecuTorch.
2022
# To make both work, recover ExecuTorch's original dependencies by rerunning
2123
# the install_requirements.sh.
22-
./install_requirements.sh
24+
bash -x ./install_requirements.sh

0 commit comments

Comments
 (0)