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 4898156 commit d6ac69fCopy full SHA for d6ac69f
.github/workflows/ascend_npu_test.yml
@@ -177,6 +177,7 @@ jobs:
177
- prepare
178
- build-torch
179
- build
180
+ - test
181
if: |
182
!cancelled() && github.event_name != 'repository_dispatch' &&
183
(success() || (needs.build-torch.result == 'skipped' && needs.build.result == 'success'))
@@ -187,3 +188,5 @@ jobs:
187
188
device: ${{ needs.prepare.outputs.device }}
189
torch-artifact: ${{ needs.build-torch.outputs.torch-artifact }}
190
torch-npu-artifact: ${{ needs.build.outputs.torch-npu-artifact }}
191
+ secrets:
192
+ hf_token: ${{ secrets.HF_TOKEN }}
0 commit comments