Skip to content

Commit 250f0d7

Browse files
committed
update
1 parent 54e7d79 commit 250f0d7

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
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: 8
83+
MAX_JOBS: 16
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: 8
105+
MAX_JOBS: 16
106106

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

.github/workflows/ascend_npu_test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ on:
5050
required: true
5151
type: choice
5252
options:
53-
- ascendai/cann:7.1-openeuler2203sp2
54-
- ascendai/cann:8.0.rc2.alpha003-910b-ubuntu22.04-py3.9
55-
- ascendai/cann:8.0.rc3.alpha002-910b-ubuntu22.04-py3.9
53+
- ascendai/cann:7.0.1-910b-ubuntu22.04-py3.8
54+
- ascendai/cann:8.0.0-910b-ubuntu22.04-py3.10
5655
- ascendai/cann:latest
5756
default: 'ascendai/cann:latest'
5857
description: 'The docker image which will be loaded'

0 commit comments

Comments
 (0)