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 1111 required : true
1212 type : string
1313 description : " The docker image which will be loaded"
14- device :
15- required : true
16- type : string
17- description : " The device selected to run on"
1814 torch-artifact :
1915 required : false
2016 type : string
2824 description : " A token used to create a pull request"
2925 required : true
3026
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-
3927jobs :
4028 setup_environment :
4129 name : run torchtitan tests
Original file line number Diff line number Diff line change @@ -120,8 +120,6 @@ jobs:
120120 image : ${{ needs.prepare.outputs.image }}
121121 torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
122122
123- <<<<<<< HEAD
124- =======
125123 test :
126124 name : Test torch_npu
127125 needs :
@@ -135,7 +133,6 @@ jobs:
135133 with :
136134 runner : ${{ needs.prepare.outputs.runner }}
137135 image : ${{ needs.prepare.outputs.image }}
138- device : ${{ needs.prepare.outputs.device }}
139136 torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
140137 torch-npu-artifact : ${{ needs.build.outputs.torch-npu-artifact }}
141138
@@ -152,7 +149,6 @@ jobs:
152149 with :
153150 runner : ${{ needs.prepare.outputs.runner }}
154151 image : ${{ needs.prepare.outputs.image }}
155- device : ${{ needs.prepare.outputs.device }}
156152 torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
157153 torch-npu-artifact : ${{ needs.build.outputs.torch-npu-artifact }}
158154 secrets :
@@ -171,7 +167,6 @@ jobs:
171167 with :
172168 runner : " linux-arm64-npu-4"
173169 image : ${{ needs.prepare.outputs.image }}
174- device : ${{ needs.prepare.outputs.device }}
175170 torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
176171 torch-npu-artifact : ${{ needs.build.outputs.torch-npu-artifact }}
177172 secrets :
You can’t perform that action at this time.
0 commit comments