Skip to content

Commit 69d2a34

Browse files
committed
update
1 parent 872150c commit 69d2a34

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/_ascend_npu_build_torch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
working-directory: pytorch
8080
run: |
8181
python setup.py build bdist_wheel
82+
env:
83+
MAX_JOBS: 4
8284

8385
- name: List distribution package
8486
id: list-dist

.github/workflows/_ascend_npu_build_torch_npu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
bash ci/build.sh --python=${{ steps.list-py-version.outputs.py-version }}
107107
env:
108108
_GLIBCXX_USE_CXX11_ABI: 1 # https://gitee.com/ascend/pytorch/issues/IBJFZY
109+
MAX_JOBS: 4
109110

110111
- name: List distribution package
111112
id: list-dist

0 commit comments

Comments
 (0)