@@ -112,7 +112,7 @@ jobs:
112
112
artifact_name : ${{ needs.build.outputs.artifact_name }}
113
113
114
114
pytorch-examples :
115
- name : Run PyTorch examples
115
+ name : Run models
116
116
needs :
117
117
- prepare
118
118
- test
@@ -122,39 +122,3 @@ jobs:
122
122
image : ${{ needs.prepare.outputs.image }}
123
123
device : ${{ needs.prepare.outputs.device }}
124
124
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