We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262d688 commit a8e13ddCopy full SHA for a8e13dd
.github/workflows/_ascend_npu_build_torch.yml
@@ -34,7 +34,7 @@ defaults:
34
35
jobs:
36
build:
37
- name: build torch for ${{ inputs.pr-number && format('#{0}', inputs.pr-numer) || inputs.ref }}
+ name: build torch for ${{ inputs.pr-number && format('#{0}', inputs.pr-number) || inputs.ref }}
38
runs-on: ${{ inputs.runner }}
39
container:
40
image: ${{ inputs.image }}
0 commit comments