File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed
Expand file tree Collapse file tree 3 files changed +4
-12
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 : 4
83+ MAX_JOBS : 8
8484
8585 - name : List distribution package
8686 id : list-dist
Original file line number Diff line number Diff line change 6161 - name : Checkout torch_npu
6262 uses : actions/checkout@v4
6363 with :
64- # TODO(shink): Use Ascend/pytorch once this pr merged:
65- # https://gitee.com/ascend/pytorch/pulls/12854
66- # repository: Ascend/pytorch
67- repository : shink/torchnpu
68- ref : feat/autoload
64+ repository : Ascend/pytorch
6965 submodules : recursive
7066 path : torch_npu
7167
@@ -106,7 +102,7 @@ jobs:
106102 bash ci/build.sh --python=${{ steps.list-py-version.outputs.py-version }}
107103 env :
108104 _GLIBCXX_USE_CXX11_ABI : 1 # https://gitee.com/ascend/pytorch/issues/IBJFZY
109- MAX_JOBS : 4
105+ MAX_JOBS : 8
110106
111107 - name : List distribution package
112108 id : list-dist
Original file line number Diff line number Diff line change 6363 - name : Checkout torch_npu
6464 uses : actions/checkout@v4
6565 with :
66- # TODO(shink): Use Ascend/pytorch once this pr merged:
67- # https://gitee.com/ascend/pytorch/pulls/12854
68- # repository: Ascend/pytorch
69- repository : shink/torchnpu
70- ref : feat/autoload
66+ repository : Ascend/pytorch
7167 path : torch_npu
7268
7369 - name : Install pip dependencies
You can’t perform that action at this time.
0 commit comments