Skip to content

Commit bd2b2c5

Browse files
committed
Update on "[llava] Use huggingface LLaVA instead of depending on third-party/LLaVa"
Currently we depend on third-party/LLaVA for llava model definition. This is hard to use because we have to pull LLaVA in as a git submodule and install from there. It also breaks a lot of dependency assumptions. This PR removes `third-party/LLaVA`, in favor of huggingface llava model definition. Differential Revision: [D61200610](https://our.internmc.facebook.com/intern/diff/D61200610) [ghstack-poisoned]
1 parent 2e8b7de commit bd2b2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
conda activate "${CONDA_ENV}"
205205
206206
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake"
207-
207+
208208
# install pybind
209209
bash install_requirements.sh --pybind xnnpack
210210

0 commit comments

Comments
 (0)