We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641a62b commit 19d1511Copy full SHA for 19d1511
.github/workflows/deepspeed.yaml
@@ -34,7 +34,7 @@ on:
34
- 'requirements/**'
35
push:
36
branches:
37
- - 'deepspeed'
+ - 'main'
38
39
schedule:
40
- cron: "0 0 * * *"
@@ -66,12 +66,12 @@ jobs:
66
needs: prepare
67
if: ${{ github.repository_owner == 'Ascend' }}
68
name: Run unit tests with DeepSpeed
69
- runs-on: ${{ github.event.inputs.runner }}
+ runs-on: ${{ needs.prepare.outputs.runner }}
70
container:
71
image: ascendai/cann:latest
72
options: >-
73
--network host
74
- --device ${{ github.event.inputs.device }}
+ --device ${{ needs.prepare.outputs.device }}
75
--device /dev/davinci_manager
76
--device /dev/devmm_svm
77
--device /dev/hisi_hdc
0 commit comments