[executorch hash update] update the pinned executorch hash (#139588)

This PR is auto-generated nightly by [this action](https://github.com/pytorch/pytorch/blob/main/.github/workflows/nightly.yml).
Update the pinned executorch hash.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/139588
Approved by: https://github.com/pytorchbot, https://github.com/huydhn

Co-authored-by: Huy Do <huydhn@gmail.com>
This commit is contained in:
PyTorch UpdateBot
2024-11-14 02:10:37 +00:00
committed by PyTorch MergeBot
parent c6c0554394
commit 77da0509c4
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
289e84edde3e17c6276a3c57c07daf09a88f8bc0 6f638937d64e3396793956d75ee3e14802022745

View File

@ -50,7 +50,7 @@ setup_executorch() {
export EXECUTORCH_BUILD_PYBIND=ON export EXECUTORCH_BUILD_PYBIND=ON
export CMAKE_ARGS="-DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON" export CMAKE_ARGS="-DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON"
as_jenkins .ci/scripts/setup-linux.sh cmake as_jenkins .ci/scripts/setup-linux.sh cmake || true
popd popd
} }