File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -153,25 +153,6 @@ jobs:
153
153
torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
154
154
torch-npu-artifact : ${{ needs.build.outputs.torch-npu-artifact }}
155
155
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
-
175
156
torchtitan :
176
157
name : Run torchtitan
177
158
needs :
You can’t perform that action at this time.
0 commit comments