File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
- name : Install project dependencies
120
120
run : |
121
121
pip install -r requirements.txt
122
- pip install pytest pytest-cov
122
+ pip install pytest pytest-cov tyro
123
123
124
124
- name : Show environment info
125
125
run : |
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183
183
(success() || (needs.build-torch.result == 'skipped' && needs.build.result == 'success'))
184
184
uses : ./.github/workflows/_ascend_npu_torchtitan.yml
185
185
with :
186
- runner : " linux-arm64-npu-2 "
186
+ runner : " linux-arm64-npu-4 "
187
187
image : " ascendai/cann:8.0.0.beta1-910b-ubuntu22.04-py3.10"
188
188
device : ${{ needs.prepare.outputs.device }}
189
189
torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
You can’t perform that action at this time.
0 commit comments