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 22f7f70 commit e878e11Copy full SHA for e878e11
.github/workflows/trunk.yml
@@ -990,8 +990,8 @@ jobs:
990
- 'examples/models/llama/**'
991
992
test-static-llama-qnn-eval-linux:
993
- # needs: changes # has dependency on changes jobs defined above
994
- # if: needs.changes.outputs.qnn == 'true'
+ needs: changes # has dependency on changes jobs defined above
+ if: needs.changes.outputs.qnn == 'true'
995
name: test-static-llama-qnn-eval-linux
996
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
997
permissions:
0 commit comments