8000 Update ExecuTorch pin update (#149539) · pytorch/pytorch@a4e97e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4e97e7

Browse files
committed
Update ExecuTorch pin update (#149539)
Latest commit in https://hud.pytorch.org/hud/pytorch/executorch/viable%2Fstrict/1?per_page=50 Follow-up to #144480 (comment) Also, need to incorporate change from pytorch/executorch#8817 Test Plan: Monitor linux-jammy-py3-clang12-executorch test Pull Request resolved: #149539 Approved by: https://github.com/larryliu0820 (cherry picked from commit bc86b6c)
1 parent c632e4f commit a4e97e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5e4d6b6380d575e48e37e9d987fded4ec588e7bc
1+
01a22b6f16d117454b7d21ebdc691b0785b84a7f

.ci/docker/common/install_executorch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ setup_executorch() {
5353
export EXECUTORCH_BUILD_PYBIND=ON
5454
export CMAKE_ARGS="-DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON"
5555

56-
as_jenkins .ci/scripts/setup-linux.sh cmake || true
56+
as_jenkins .ci/scripts/setup-linux.sh --build-tool cmake || true
5757
popd
5858
}
5959

.ci/pytorch/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ test_executorch() {
14811481
bash examples/models/llama3_2_vision/install_requirements.sh
14821482
# NB: We need to rebuild ExecuTorch runner here because it depends on PyTorch
14831483
# from the PR
1484-
bash .ci/scripts/setup-linux.sh cmake
1484+
bash .ci/scripts/setup-linux.sh --build-tool cmake
14851485

14861486
echo "Run ExecuTorch unit tests"
14871487
pytest -v -n auto

0 commit comments

Comments
 (0)
0