We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70fc97 commit 0d1349bCopy full SHA for 0d1349b
.github/workflows/pull.yml
@@ -443,7 +443,10 @@ jobs:
443
# Compile only as weight sharing is not applicable on x86
444
test-static-llama-size-qnn-linux:
445
name: test-static-llama-runner-qnn-linux
446
- uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
+ uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
447
+ permissions:
448
+ id-token: write
449
+ contents: read
450
strategy:
451
fail-fast: false
452
with:
0 commit comments