diff --git a/.ci/docker/ci_commit_pins/executorch.txt b/.ci/docker/ci_commit_pins/executorch.txt index a6238770e9d..ce68b499a8f 100644 --- a/.ci/docker/ci_commit_pins/executorch.txt +++ b/.ci/docker/ci_commit_pins/executorch.txt @@ -1 +1 @@ -a325c56864c5b25630c1ebda03c8f16a96a02a19 +b173722085b3f555d6ba4533d6bbaddfd7c71144 diff --git a/.ci/docker/common/install_executorch.sh b/.ci/docker/common/install_executorch.sh index e30e0a787bb..becd2264e39 100755 --- a/.ci/docker/common/install_executorch.sh +++ b/.ci/docker/common/install_executorch.sh @@ -13,7 +13,7 @@ clone_executorch() { # and fetch the target commit pushd executorch git checkout "${EXECUTORCH_PINNED_COMMIT}" - git submodule update --init + git submodule update --init --recursive popd chown -R jenkins executorch diff --git a/.ci/pytorch/test.sh b/.ci/pytorch/test.sh index 4051bed475a..3a24b7f6997 100755 --- a/.ci/pytorch/test.sh +++ b/.ci/pytorch/test.sh @@ -1486,8 +1486,6 @@ test_executorch() { export PYTHON_EXECUTABLE=python export CMAKE_ARGS="-DEXECUTORCH_BUILD_PYBIND=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON" - # For llama3 - bash examples/models/llama3_2_vision/install_requirements.sh # NB: We need to rebuild ExecuTorch runner here because it depends on PyTorch # from the PR bash .ci/scripts/setup-linux.sh --build-tool cmake