From 7382654ebcadf5a0abd95a381556b7cb447a951b Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Tue, 1 Apr 2025 16:30:09 +0000 Subject: [PATCH] Update ExecuTorch pin to latest viable/strict 3/28/2025 (#150308) From latest viable/strict: https://hud.pytorch.org/hud/pytorch/executorch/viable%2Fstrict/1?per_page=50 Fixes https://github.com/pytorch/pytorch/issues/144480 This commit has important CI stability fixes, such as https://github.com/pytorch/executorch/pull/9561 and https://github.com/pytorch/executorch/pull/9634 Pull Request resolved: https://github.com/pytorch/pytorch/pull/150308 Approved by: https://github.com/jathu, https://github.com/malfet --- .ci/docker/ci_commit_pins/executorch.txt | 2 +- .ci/docker/common/install_executorch.sh | 3 +-- .ci/pytorch/test.sh | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.ci/docker/ci_commit_pins/executorch.txt b/.ci/docker/ci_commit_pins/executorch.txt index dc4f8b30fe8..6e9cfe33fe6 100644 --- a/.ci/docker/ci_commit_pins/executorch.txt +++ b/.ci/docker/ci_commit_pins/executorch.txt @@ -1 +1 @@ -cedf52aa8e4df879886270a5920da6fe84cbaa67 +ebe8522378c3f9944aaaef44868f5ececdd845fc diff --git a/.ci/docker/common/install_executorch.sh b/.ci/docker/common/install_executorch.sh index a9a558b86f9..e30e0a787bb 100755 --- a/.ci/docker/common/install_executorch.sh +++ b/.ci/docker/common/install_executorch.sh @@ -50,8 +50,7 @@ setup_executorch() { pushd executorch export PYTHON_EXECUTABLE=python - export EXECUTORCH_BUILD_PYBIND=ON - export CMAKE_ARGS="-DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON" + export CMAKE_ARGS="-DEXECUTORCH_BUILD_PYBIND=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON" as_jenkins .ci/scripts/setup-linux.sh --build-tool cmake || true popd diff --git a/.ci/pytorch/test.sh b/.ci/pytorch/test.sh index 96a160cf618..69566a244c9 100755 --- a/.ci/pytorch/test.sh +++ b/.ci/pytorch/test.sh @@ -1475,8 +1475,7 @@ test_executorch() { pushd /executorch export PYTHON_EXECUTABLE=python - export EXECUTORCH_BUILD_PYBIND=ON - export CMAKE_ARGS="-DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON" + 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