File tree Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -495,28 +495,6 @@ jobs:
495
495
# Test static llama weight sharing and accuracy
496
496
PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh
497
497
498
- test-static-llama-ane :
499
- name : test-static-llama-ane
500
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
501
- with :
502
- runner : macos-m1-stable
503
- python-version : ' 3.11'
504
- submodules : ' true'
505
- ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
506
- script : |
507
- set -eux
508
- bash .ci/scripts/setup-conda.sh
509
- eval "$(conda shell.bash hook)"
510
-
511
- # Install requirements
512
- sh install_requirements.sh
513
- sh backends/apple/coreml/scripts/install_requirements.sh
514
- python install_executorch.py --pybind coreml
515
- sh examples/models/llama/install_requirements.sh
516
-
517
- # Test ANE llama
518
- sh .ci/scripts/test_ane_static_llama.sh
519
-
520
498
test-qnn-models-linux :
521
499
name : test-qnn-models-linux
522
500
uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
Original file line number Diff line number Diff line change @@ -229,6 +229,28 @@ jobs:
229
229
# see if we can import the module successfully
230
230
${CONDA_RUN} python -c "from executorch.extension.pybindings import portable_lib; print('success!')"
231
231
232
+ test-static-llama-ane :
233
+ name : test-static-llama-ane
234
+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
235
+ with :
236
+ runner : macos-m1-stable
237
+ python-version : ' 3.11'
238
+ submodules : ' true'
239
+ ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
240
+ script : |
241
+ set -eux
242
+ bash .ci/scripts/setup-conda.sh
243
+ eval "$(conda shell.bash hook)"
244
+
245
+ # Install requirements
246
+ sh install_requirements.sh
247
+ sh backends/apple/coreml/scripts/install_requirements.sh
248
+ python install_executorch.py --pybind coreml
249
+ sh examples/models/llama/install_requirements.sh
250
+
251
+ # Test ANE llama
252
+ sh .ci/scripts/test_ane_static_llama.sh
253
+
232
254
test-llama-runner-macos :
233
255
name : test-llama-runner-mac
234
256
uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
You can’t perform that action at this time.
0 commit comments