Skip to content

Commit dfff387

Browse files
committed
debug
1 parent 5e183b1 commit dfff387

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/trunk.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -973,24 +973,24 @@ jobs:
973973
# Test llama2
974974
PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}"
975975
976-
# this is for filtering out the qnn changes such that qnn jobs only triggered when the specific files are changed
977-
changes:
978-
runs-on: ubuntu-latest
979-
outputs:
980-
qnn: ${{ steps.filter.outputs.qnn }}
981-
steps:
982-
- uses: actions/checkout@v4
983-
- uses: dorny/paths-filter@v3
984-
id: filter
985-
with:
986-
filters: |
987-
qnn:
988-
- 'backends/qualcomm/**'
989-
- 'examples/qualcomm/**'
990-
- 'examples/models/llama/**'
976+
# # this is for filtering out the qnn changes such that qnn jobs only triggered when the specific files are changed
977+
# changes:
978+
# runs-on: ubuntu-latest
979+
# outputs:
980+
# qnn: ${{ steps.filter.outputs.qnn }}
981+
# steps:
982+
# - uses: actions/checkout@v4
983+
# - uses: dorny/paths-filter@v3
984+
# id: filter
985+
# with:
986+
# filters: |
987+
# qnn:
988+
# - 'backends/qualcomm/**'
989+
# - 'examples/qualcomm/**'
990+
# - 'examples/models/llama/**'
991991

992992
test-static-llama-qnn-eval-linux:
993-
needs: changes # has dependency on changes jobs defined above
993+
# needs: changes # has dependency on changes jobs defined above
994994
if: needs.changes.outputs.qnn == 'true'
995995
name: test-static-llama-qnn-eval-linux
996996
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main

0 commit comments

Comments
 (0)