File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -138,20 +138,20 @@ jobs:
138138 torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
139139 torch-npu-artifact : ${{ needs.build.outputs.torch-npu-artifact }}
140140
141- # benchmark:
142- # name: Run benchmarks
143- # needs:
144- # - prepare
145- # - build-torch
146- # - build
147- # - test
148- # if: ${{ success() || (needs.build-torch.result == 'skipped' && needs.build.result == 'success') }}
149- # uses: ./.github/workflows/_ascend_npu_benchmark.yml
150- # with:
151- # runner: ${{ needs.prepare.outputs.runner }}
152- # image: ${{ needs.prepare.outputs.image }}
153- # device: ${{ needs.prepare.outputs.device }}
154- # torch-artifact: ${{ needs.build-torch.outputs.torch-artifact }}
155- # torch-npu-artifact: ${{ needs.build.outputs.torch-npu-artifact }}
156- # secrets:
157- # pr-token: ${{ secrets.COSDT_BOT_TOKEN }}
141+ benchmark :
142+ name : Run benchmarks
143+ needs :
144+ - prepare
145+ - build-torch
146+ - build
147+ - test
148+ if : ${{ success() || (needs.build-torch.result == 'skipped' && needs.build.result == 'success') }}
149+ uses : ./.github/workflows/_ascend_npu_benchmark.yml
150+ with :
151+ runner : ${{ needs.prepare.outputs.runner }}
152+ image : ${{ needs.prepare.outputs.image }}
153+ device : ${{ needs.prepare.outputs.device }}
154+ torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
155+ torch-npu-artifact : ${{ needs.build.outputs.torch-npu-artifact }}
156+ secrets :
157+ pr-token : ${{ secrets.COSDT_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments