File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 11
11
required : true
12
12
type : string
13
13
description : " The docker image which will be loaded"
14
- device :
15
- required : true
16
- type : string
17
- description : " The device selected to run on"
18
14
torch-artifact :
19
15
required : false
20
16
type : string
28
24
description : " A token used to create a pull request"
29
25
required : true
30
26
31
- # Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly
32
- # declared as "shell: bash -el {0}" on steps that need to be properly activated.
33
- # It's used to activate ascend-toolkit environment variables.
34
-
35
- defaults :
36
- run :
37
- shell : bash -el {0}
38
-
39
27
jobs :
40
28
setup_environment :
41
29
name : run torchtitan tests
Original file line number Diff line number Diff line change @@ -120,8 +120,6 @@ jobs:
120
120
image : ${{ needs.prepare.outputs.image }}
121
121
torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
122
122
123
- <<<<<<< HEAD
124
- =======
125
123
test :
126
124
name : Test torch_npu
127
125
needs :
@@ -135,7 +133,6 @@ jobs:
135
133
with :
136
134
runner : ${{ needs.prepare.outputs.runner }}
137
135
image : ${{ needs.prepare.outputs.image }}
138
- device : ${{ needs.prepare.outputs.device }}
139
136
torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
140
137
torch-npu-artifact : ${{ needs.build.outputs.torch-npu-artifact }}
141
138
@@ -152,7 +149,6 @@ jobs:
152
149
with :
153
150
runner : ${{ needs.prepare.outputs.runner }}
154
151
image : ${{ needs.prepare.outputs.image }}
155
- device : ${{ needs.prepare.outputs.device }}
156
152
torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
157
153
torch-npu-artifact : ${{ needs.build.outputs.torch-npu-artifact }}
158
154
secrets :
@@ -171,7 +167,6 @@ jobs:
171
167
with :
172
168
runner : " linux-arm64-npu-4"
173
169
image : ${{ needs.prepare.outputs.image }}
174
- device : ${{ needs.prepare.outputs.device }}
175
170
torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
176
171
torch-npu-artifact : ${{ needs.build.outputs.torch-npu-artifact }}
177
172
secrets :
You can’t perform that action at this time.
0 commit comments