Skip to content

Commit 37d8939

Browse files
committed
del benchmark temporarily
1 parent 5a6f32e commit 37d8939

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/ascend_npu_test.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -153,25 +153,6 @@ jobs:
153153
torch-artifact: ${{ needs.build-torch.outputs.torch-artifact }}
154154
torch-npu-artifact: ${{ needs.build.outputs.torch-npu-artifact }}
155155

156-
benchmark:
157-
name: Run benchmarks
158-
needs:
159-
- prepare
160-
- build-torch
161-
- build
162-
if: |
163-
!cancelled() && github.event_name != 'repository_dispatch' &&
164-
(success() || (needs.build-torch.result == 'skipped' && needs.build.result == 'success'))
165-
uses: ./.github/workflows/_ascend_npu_benchmark.yml
166-
with:
167-
runner: ${{ needs.prepare.outputs.runner }}
168-
image: ${{ needs.prepare.outputs.image }}
169-
device: ${{ needs.prepare.outputs.device }}
170-
torch-artifact: ${{ needs.build-torch.outputs.torch-artifact }}
171-
torch-npu-artifact: ${{ needs.build.outputs.torch-npu-artifact }}
172-
secrets:
173-
pr-token: ${{ secrets.COSDT_BOT_TOKEN }}
174-
175156
torchtitan:
176157
name: Run torchtitan
177158
needs:

0 commit comments

Comments
 (0)