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 76438e1 commit 2255334Copy full SHA for 2255334
.github/actions/fetch-and-rebase/action.yml
.github/workflows/_ascend_npu_run_models.yml
.github/workflows/ascend_npu_test.yml
@@ -93,15 +93,3 @@ jobs:
93
image: ${{ needs.prepare.outputs.image }}
94
device: ${{ needs.prepare.outputs.device }}
95
artifact_name: ${{ needs.build.outputs.artifact_name }}
96
-
97
-# pytorch-examples:
98
-# name: Run models
99
-# needs:
100
-# - prepare
101
-# - test
102
-# uses: ./.github/workflows/_ascend_npu_run_pytorch_examples.yml
103
-# with:
104
-# runner: ${{ needs.prepare.outputs.runner }}
105
-# image: ${{ needs.prepare.outputs.image }}
106
-# device: ${{ needs.prepare.outputs.device }}
107
-# artifact_name: ${{ needs.build.outputs.artifact_name }}
0 commit comments