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 91dbfcb commit 47c88f8Copy full SHA for 47c88f8
.github/workflows/ascend_npu_test.yml
@@ -121,7 +121,7 @@ jobs:
121
with:
122
runner: ${{ needs.prepare.outputs.runner }}
123
image: ${{ needs.prepare.outputs.image }}
124
- torch-artifact: ${{ needs.build-torch.outputs.torch-artifact || null }}
+ torch-artifact: ${{ needs.build-torch.outputs.torch-artifact }}
125
126
test:
127
name: Test torch_npu
0 commit comments