File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 6464 - name : Matrix
6565 id : matrix
6666 run : |
67- if [[ -n "${{ inputs.runner_label }}" ]]; then
68- matrix='{"python": ["3.9"]}'
69- else
70- matrix='{"python": ["3.9"], "driver": ["rolling", "lts"]}'
71- fi
67+ matrix='{"python": ["3.9"]}'
7268 echo "matrix=$matrix" | tee -a $GITHUB_OUTPUT
7369
7470 integration-tests :
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ run_inductor_tests() {
322322
323323 pip install pyyaml pandas scipy numpy psutil pyre_extensions torchrec
324324
325- ZE_AFFINITY_MASK=0 python pytorch/benchmarks/dynamo/huggingface.py --accuracy --float32 -dxpu -n10 --no-skip --dashboard --inference --freezing --total-partitions 1 --partition-id 0 --only AlbertForMaskedLM --backend=inductor --timeout=4800 --output=inductor_log.csv
325+ ZE_AFFINITY_MASK=0 python pytorch/benchmarks/dynamo/huggingface.py --accuracy --float32 -dxpu -n10 --no-skip --dashboard --inference --freezing --total-partitions 1 --partition-id 0 --only AlbertForMaskedLM --backend=inductor --timeout=4800 --output=$( pwd -P ) / inductor_log.csv
326326
327327 cat inductor_log.csv
328328 grep AlbertForMaskedLM inductor_log.csv | grep -q ,pass,
You can’t perform that action at this time.
0 commit comments