File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 8080 run : |
8181 python setup.py build bdist_wheel
8282 env :
83- MAX_JOBS : 8
83+ MAX_JOBS : 16
8484
8585 - name : List distribution package
8686 id : list-dist
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 bash ci/build.sh --python=${{ steps.list-py-version.outputs.py-version }}
103103 env :
104104 _GLIBCXX_USE_CXX11_ABI : 1 # https://gitee.com/ascend/pytorch/issues/IBJFZY
105- MAX_JOBS : 8
105+ MAX_JOBS : 16
106106
107107 - name : List distribution package
108108 id : list-dist
Original file line number Diff line number Diff line change 5050 required : true
5151 type : choice
5252 options :
53- - ascendai/cann:7.1-openeuler2203sp2
54- - ascendai/cann:8.0.rc2.alpha003-910b-ubuntu22.04-py3.9
55- - ascendai/cann:8.0.rc3.alpha002-910b-ubuntu22.04-py3.9
53+ - ascendai/cann:7.0.1-910b-ubuntu22.04-py3.8
54+ - ascendai/cann:8.0.0-910b-ubuntu22.04-py3.10
5655 - ascendai/cann:latest
5756 default : ' ascendai/cann:latest'
5857 description : ' The docker image which will be loaded'
You can’t perform that action at this time.
0 commit comments