Skip to content

Commit bf8bdbf

Browse files
committed
Bump test-llama-runner-qnn-linux to linux.4xlarge.memory
The 16a16w export+compile is OOM-killed on linux.2xlarge. Use a larger runner to verify whether the accuracy fix works once memory is sufficient.
1 parent 87c4feb commit bf8bdbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ jobs:
856856
mode: [qnn]
857857
fail-fast: false
858858
with:
859-
runner: linux.2xlarge
859+
runner: linux.24xlarge.memory
860860
docker-image: ci-image:executorch-ubuntu-22.04-qnn-sdk
861861
submodules: 'recursive'
862862
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)