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 f6a2db8 commit 6f83cceCopy full SHA for 6f83cce
.github/workflows/_ascend_npu_build.yml
@@ -13,7 +13,7 @@ on:
13
description: 'The docker image which will be used to build'
14
outputs:
15
artifact_name:
16
- description: 'The result of the called workflow'
+ description: 'The torch_npu distribution artifact name'
17
value: ${{ jobs.build.outputs.dist_name }}
18
19
# Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly
.github/workflows/_ascend_npu_test.yml
@@ -31,8 +31,6 @@ jobs:
31
test:
32
name: test torch_npu in ${{ inputs.image }} with ${{ inputs.device }}
33
runs-on: ${{ inputs.runner }}
34
- needs:
35
- - build
36
container:
37
image: ${{ inputs.image }}
38
volumes:
0 commit comments