Skip to content

Commit 5a6f32e

Browse files
committed
add torchtitan
1 parent 895ffd2 commit 5a6f32e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_ascend_npu_torchtitan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Install project dependencies
120120
run: |
121121
pip install -r requirements.txt
122-
pip install pytest pytest-cov
122+
pip install pytest pytest-cov tyro
123123
124124
- name: Show environment info
125125
run: |

.github/workflows/ascend_npu_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
(success() || (needs.build-torch.result == 'skipped' && needs.build.result == 'success'))
184184
uses: ./.github/workflows/_ascend_npu_torchtitan.yml
185185
with:
186-
runner: "linux-arm64-npu-2"
186+
runner: "linux-arm64-npu-4"
187187
image: "ascendai/cann:8.0.0.beta1-910b-ubuntu22.04-py3.10"
188188
device: ${{ needs.prepare.outputs.device }}
189189
torch-artifact: ${{ needs.build-torch.outputs.torch-artifact }}

0 commit comments

Comments
 (0)