File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- cedf52aa8e4df879886270a5920da6fe84cbaa67
1
+ ebe8522378c3f9944aaaef44868f5ececdd845fc
Original file line number Diff line number Diff line change @@ -50,8 +50,7 @@ setup_executorch() {
50
50
pushd executorch
51
51
52
52
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"
55
54
56
55
as_jenkins .ci/scripts/setup-linux.sh --build-tool cmake || true
57
56
popd
Original file line number Diff line number Diff line change @@ -1475,8 +1475,7 @@ test_executorch() {
1475
1475
pushd /executorch
1476
1476
1477
1477
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"
1480
1479
1481
1480
# For llama3
1482
1481
bash examples/models/llama3_2_vision/install_requirements.sh
You can’t perform that action at this time.
0 commit comments