Skip to content

Commit 797ff13

Browse files
committed
revert
1 parent f45f49c commit 797ff13

File tree

5 files changed

+1
-211
lines changed

5 files changed

+1
-211
lines changed

.github/workflows/_ascend_npu_run_pytorch_examples.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/_ascend_npu_run_transformers_examples.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/_ascend_npu_run_transformers_timm.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/ascend_npu_test.yml

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
artifact_name: ${{ needs.build.outputs.artifact_name }}
113113

114114
pytorch-examples:
115-
name: Run PyTorch examples
115+
name: Run models
116116
needs:
117117
- prepare
118118
- test
@@ -122,39 +122,3 @@ jobs:
122122
image: ${{ needs.prepare.outputs.image }}
123123
device: ${{ needs.prepare.outputs.device }}
124124
artifact_name: ${{ needs.build.outputs.artifact_name }}
125-
126-
pytorch-benchmark:
127-
name: Run PyTorch benchmark
128-
needs:
129-
- prepare
130-
- pytorch-examples
131-
uses: ./.github/workflows/_ascend_npu_run_pytorch_benchmark.yml
132-
with:
133-
runner: ${{ needs.prepare.outputs.runner }}
134-
image: ${{ needs.prepare.outputs.image }}
135-
device: ${{ needs.prepare.outputs.device }}
136-
artifact_name: ${{ needs.build.outputs.artifact_name }}
137-
138-
transformers-examples:
139-
name: Run transformers examples
140-
needs:
141-
- prepare
142-
- pytorch-benchmark
143-
uses: ./.github/workflows/_ascend_npu_run_transformers_examples.yml
144-
with:
145-
runner: ${{ needs.prepare.outputs.runner }}
146-
image: ${{ needs.prepare.outputs.image }}
147-
device: ${{ needs.prepare.outputs.device }}
148-
artifact_name: ${{ needs.build.outputs.artifact_name }}
149-
150-
transformers-timm:
151-
name: Run PyTorch image models(timm)
152-
needs:
153-
- prepare
154-
- transformers-examples
155-
uses: ./.github/workflows/_ascend_npu_run_transformers_timm.yml
156-
with:
157-
runner: ${{ needs.prepare.outputs.runner }}
158-
image: ${{ needs.prepare.outputs.image }}
159-
device: ${{ needs.prepare.outputs.device }}
160-
artifact_name: ${{ needs.build.outputs.artifact_name }}

0 commit comments

Comments
 (0)