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 e791971 commit bf7d596Copy full SHA for bf7d596
.github/workflows/trunk.yml
@@ -990,7 +990,7 @@ jobs:
990
- 'examples/models/llama/**'
991
992
test-static-llama-qnn-eval-linux:
993
- needs: changes # has dependency on changes jobs defined above
+ # needs: changes # has dependency on changes jobs defined above
994
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
0 commit comments