Skip to content

Commit 19a0bc0

Browse files
committed
update
1 parent 250f0d7 commit 19a0bc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_ascend_npu_build_torch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
python setup.py build bdist_wheel
8282
env:
83-
MAX_JOBS: 16
83+
MAX_JOBS: 8
8484

8585
- name: List distribution package
8686
id: list-dist

.github/workflows/_ascend_npu_build_torch_npu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: 16
105+
MAX_JOBS: 8
106106

107107
- name: List distribution package
108108
id: list-dist

0 commit comments

Comments
 (0)