Skip to content

Commit 54e7d79

Browse files
committed
Revert "update"
This reverts commit 3e5c2c7.
1 parent 3e5c2c7 commit 54e7d79

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: 8
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
@@ -102,6 +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
105106

106107
- name: List distribution package
107108
id: list-dist

0 commit comments

Comments
 (0)