Skip to content

Commit 7382654

Browse files
mergennachinpytorchmergebot
authored andcommitted
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 #144480 This commit has important CI stability fixes, such as pytorch/executorch#9561 and pytorch/executorch#9634 Pull Request resolved: #150308 Approved by: https://github.com/jathu, https://github.com/malfet
1 parent 428234b commit 7382654

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cedf52aa8e4df879886270a5920da6fe84cbaa67
1+
ebe8522378c3f9944aaaef44868f5ececdd845fc

.ci/docker/common/install_executorch.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ setup_executorch() {
5050
pushd executorch
5151

5252
export PYTHON_EXECUTABLE=python
53-
export EXECUTORCH_BUILD_PYBIND=ON
54-
export CMAKE_ARGS="-DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON"
53+
export CMAKE_ARGS="-DEXECUTORCH_BUILD_PYBIND=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON"
5554

5655
as_jenkins .ci/scripts/setup-linux.sh --build-tool cmake || true
5756
popd

.ci/pytorch/test.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1475,8 +1475,7 @@ test_executorch() {
14751475
pushd /executorch
14761476

14771477
export PYTHON_EXECUTABLE=python
1478-
export EXECUTORCH_BUILD_PYBIND=ON
1479-
export CMAKE_ARGS="-DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON"
1478+
export CMAKE_ARGS="-DEXECUTORCH_BUILD_PYBIND=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON"
14801479

14811480
# For llama3
14821481
bash examples/models/llama3_2_vision/install_requirements.sh

0 commit comments

Comments
 (0)