Skip to content

Commit db198ec

Browse files
committed
Trial revert of --use-pt-pinned-commit for llava
Now that we've bumped the nightly version, let's make sure that --use-pt-pinned-commit is definitely causing the long running times here. ghstack-source-id: 252f25c ghstack-comment-id: 2634989174 Pull Request resolved: #8193
1 parent a3455d9 commit db198ec

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
@@ -221,7 +221,7 @@ jobs:
221221
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake"
222222
223223
# install pybind
224-
bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit
224+
bash install_executorch.sh --pybind xnnpack
225225
226226
# install Llava requirements
227227
bash examples/models/llama/install_requirements.sh

0 commit comments

Comments
 (0)