We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee195d commit 3ed2e04Copy full SHA for 3ed2e04
examples/models/llava_encoder/install_requirements.sh
@@ -5,6 +5,8 @@
5
# This source code is licensed under the BSD-style license found in the
6
# LICENSE file in the root directory of this source tree.
7
8
+set -x
9
+
10
# install llava from the submodule
11
pip install --force-reinstall -e examples/third-party/LLaVA
12
@@ -19,4 +21,4 @@ pip install bitsandbytes -I
19
21
# For example, torch version required from llava is older than ExecuTorch.
20
22
# To make both work, recover ExecuTorch's original dependencies by rerunning
23
# the install_requirements.sh.
-./install_requirements.sh
24
+bash -x ./install_requirements.sh
0 commit comments