@@ -65,22 +65,29 @@ jobs:
6565 matrix :
6666 model : [linear, add, add_mul, ic3, ic4, mv2, mv3, resnet18, resnet50, vit, w2l, mobilebert, emformer_join, emformer_transcribe]
6767 backend : [portable, xnnpack-quantization-delegation]
68+ runner : [linux.arm64.2xlarge]
6869 include :
6970 - model : lstm
7071 backend : portable
72+ runner : linux.arm64.2xlarge
7173 - model : mul
7274 backend : portable
75+ runner : linux.arm64.2xlarge
7376 - model : softmax
7477 backend : portable
78+ runner : linux.arm64.2xlarge
7579 - model : phi_4_mini
7680 backend : portable
81+ runner : linux.arm64.m7g.4xlarge
7782 - model : qwen2_5
7883 backend : portable
84+ runner : linux.arm64.2xlarge
7985 - model : llama3_2_vision_encoder
8086 backend : portable
87+ runner : linux.arm64.2xlarge
8188 fail-fast : false
8289 with :
83- runner : linux.arm64.2xlarge
90+ runner : ${{ matrix.runner }}
8491 docker-image : executorch-ubuntu-22.04-gcc11-aarch64
8592 submodules : ' true'
8693 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
@@ -261,7 +268,7 @@ jobs:
261268
262269 # build module for executorch.extension.pybindings.portable_lib
263270 BUILD_TOOL=${{ matrix.build-tool }}
264- EXECUTORCH_BUILD_PYBIND=ON PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}"
271+ CMAKE_ARGS="-DEXECUTORCH_BUILD_PYBIND=ON" PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}"
265272
266273 # see if we can import the module successfully
267274 ${CONDA_RUN} python -c "from executorch.extension.pybindings import portable_lib; print('success!')"
@@ -536,7 +543,7 @@ jobs:
536543 git clone https://github.com/huggingface/optimum-executorch
537544 cd optimum-executorch
538545 # There is no release yet, for CI stability, always test from the same commit on main
539- git checkout 1907349524b5f2d61f9c04d2e985da826d4308ba
546+ git checkout 577a2b19670e4c643a5c6ecb09bf47b9a699e7c6
540547 pip install .[tests]
541548 pip list
542549 echo "::endgroup::"
0 commit comments