Skip to content

Commit 83ae7aa

Browse files
committed
up
1 parent c653299 commit 83ae7aa

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

.github/workflows/pull.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -495,28 +495,6 @@ jobs:
495495
# Test static llama weight sharing and accuracy
496496
PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh
497497
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-
520498
test-qnn-models-linux:
521499
name: test-qnn-models-linux
522500
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main

.github/workflows/trunk.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,28 @@ jobs:
229229
# see if we can import the module successfully
230230
${CONDA_RUN} python -c "from executorch.extension.pybindings import portable_lib; print('success!')"
231231
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+
232254
test-llama-runner-macos:
233255
name: test-llama-runner-mac
234256
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main

0 commit comments

Comments
 (0)