mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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 https://github.com/pytorch/pytorch/issues/144480 This commit has important CI stability fixes, such as https://github.com/pytorch/executorch/pull/9561 and https://github.com/pytorch/executorch/pull/9634 Pull Request resolved: https://github.com/pytorch/pytorch/pull/150308 Approved by: https://github.com/jathu, https://github.com/malfet
This commit is contained in:
parent
428234bc28
commit
7382654ebc
|
|
@ -1 +1 @@
|
||||||
cedf52aa8e4df879886270a5920da6fe84cbaa67
|
ebe8522378c3f9944aaaef44868f5ececdd845fc
|
||||||
|
|
|
||||||
|
|
@ -50,8 +50,7 @@ setup_executorch() {
|
||||||
pushd executorch
|
pushd executorch
|
||||||
|
|
||||||
export PYTHON_EXECUTABLE=python
|
export PYTHON_EXECUTABLE=python
|
||||||
export EXECUTORCH_BUILD_PYBIND=ON
|
export CMAKE_ARGS="-DEXECUTORCH_BUILD_PYBIND=ON -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 --build-tool cmake || true
|
as_jenkins .ci/scripts/setup-linux.sh --build-tool cmake || true
|
||||||
popd
|
popd
|
||||||
|
|
|
||||||
|
|
@ -1475,8 +1475,7 @@ test_executorch() {
|
||||||
pushd /executorch
|
pushd /executorch
|
||||||
|
|
||||||
export PYTHON_EXECUTABLE=python
|
export PYTHON_EXECUTABLE=python
|
||||||
export EXECUTORCH_BUILD_PYBIND=ON
|
export CMAKE_ARGS="-DEXECUTORCH_BUILD_PYBIND=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON"
|
||||||
export CMAKE_ARGS="-DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON"
|
|
||||||
|
|
||||||
# For llama3
|
# For llama3
|
||||||
bash examples/models/llama3_2_vision/install_requirements.sh
|
bash examples/models/llama3_2_vision/install_requirements.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user