Skip to content

Commit 1c6cf7f

Browse files
committed
after rebasing
1 parent 7a515a4 commit 1c6cf7f

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.github/workflows/_ascend_npu_torchtitan.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ on:
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
@@ -28,14 +24,6 @@ on:
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-
3927
jobs:
4028
setup_environment:
4129
name: run torchtitan tests

.github/workflows/ascend_npu_test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)