8000 Update ExecuTorch pin to latest viable/strict 3/28/2025 · pytorch/pytorch@ff60d87 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff60d87

Browse files
committed
Update ExecuTorch pin to latest viable/strict 3/28/2025
1 parent f74d5d5 commit ff60d87

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cedf52aa8e4df879886270a5920da6fe84cbaa67
1+
ebe8522378c3f9944aaaef44868f5ececdd845fc

.ci/docker/common/install_executorch.sh

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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)
0