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

Skip to content

Commit 237d2c9

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

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-
b195ed9a2564e5c2cd3554518213c4769d3ad022
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