Skip to content

Commit 0acf60c

Browse files
committed
update
1 parent 69d2a34 commit 0acf60c

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
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: 4
83+
MAX_JOBS: 8
8484

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

.github/workflows/_ascend_npu_build_torch_npu.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,7 @@ jobs:
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

.github/workflows/_ascend_npu_ut.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,7 @@ jobs:
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

0 commit comments

Comments
 (0)