Skip to content

Commit 8b705cd

Browse files
committed
[CI/Build] Upgrade CANN to 8.2.RC1.alpha003
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent f08c4f1 commit 8b705cd

14 files changed

+31
-30
lines changed

.github/workflows/accuracy_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
fail-fast: false
124124
name: ${{ matrix.model_name }} accuracy V${{ matrix.vllm_use_version }}
125125
container:
126-
image: m.daocloud.io/quay.io/ascend/cann:8.1.rc1-910b-ubuntu22.04-py3.10
126+
image: m.daocloud.io/quay.io/ascend/cann:8.2.rc1.alpha003-910b-ubuntu22.04-py3.11
127127
env:
128128
DATASET_SOURCE: ModelScope
129129
VLLM_USE_MODELSCOPE: True

.github/workflows/nightly_benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
vllm_use_v1: 1
5656
max-parallel: 1
5757
container:
58-
image: m.daocloud.io/quay.io/ascend/cann:8.1.rc1-910b-ubuntu22.04-py3.10
58+
image: m.daocloud.io/quay.io/ascend/cann:8.2.rc1.alpha003-910b-ubuntu22.04-py3.11
5959
volumes:
6060
- /usr/local/dcmi:/usr/local/dcmi
6161
- /usr/local/bin/npu-smi:/usr/local/bin/npu-smi

.github/workflows/vllm_ascend_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
if: ${{ needs.lint.result == 'success' || github.event_name == 'push' }}
139139
runs-on: ubuntu-latest
140140
container:
141-
image: m.daocloud.io/quay.io/ascend/cann:8.1.rc1-910b-ubuntu22.04-py3.10
141+
image: m.daocloud.io/quay.io/ascend/cann:8.2.rc1.alpha003-910b-ubuntu22.04-py3.11
142142
env:
143143
VLLM_LOGGING_LEVEL: ERROR
144144
VLLM_USE_MODELSCOPE: True
@@ -206,7 +206,7 @@ jobs:
206206
runs-on: ${{ matrix.os }}
207207
container:
208208
# TODO(yikun): Remove m.daocloud.io prefix when infra proxy ready
209-
image: m.daocloud.io/quay.io/ascend/cann:8.1.rc1-910b-ubuntu22.04-py3.10
209+
image: m.daocloud.io/quay.io/ascend/cann:8.2.rc1.alpha003-910b-ubuntu22.04-py3.11
210210
env:
211211
VLLM_LOGGING_LEVEL: ERROR
212212
VLLM_USE_MODELSCOPE: True
@@ -307,7 +307,7 @@ jobs:
307307
runs-on: ${{ matrix.os }}
308308
container:
309309
# TODO(yikun): Remove m.daocloud.io prefix when infra proxy ready
310-
image: m.daocloud.io/quay.io/ascend/cann:8.1.rc1-910b-ubuntu22.04-py3.10
310+
image: m.daocloud.io/quay.io/ascend/cann:8.2.rc1.alpha003-910b-ubuntu22.04-py3.11
311311
env:
312312
VLLM_LOGGING_LEVEL: ERROR
313313
VLLM_USE_MODELSCOPE: True

.github/workflows/vllm_ascend_test_long_term.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ${{ matrix.os }}
4949
container:
5050
# TODO(yikun): Remove m.daocloud.io prefix when infra proxy ready
51-
image: m.daocloud.io/quay.io/ascend/cann:8.1.rc1-910b-ubuntu22.04-py3.10
51+
image: m.daocloud.io/quay.io/ascend/cann:8.2.rc1.alpha003-910b-ubuntu22.04-py3.11
5252
env:
5353
VLLM_LOGGING_LEVEL: ERROR
5454
VLLM_USE_MODELSCOPE: True

.github/workflows/vllm_ascend_test_pd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: linux-arm64-npu-static-8
5151

5252
container:
53-
image: m.daocloud.io/quay.io/ascend/cann:8.1.rc1-910b-ubuntu22.04-py3.10
53+
image: m.daocloud.io/quay.io/ascend/cann:8.2.rc1.alpha003-910b-ubuntu22.04-py3.11
5454
volumes:
5555
- /usr/local/dcmi:/usr/local/dcmi
5656
- /usr/local/bin/npu-smi:/usr/local/bin/npu-smi

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file is a part of the vllm-ascend project.
1616
#
1717

18-
FROM quay.io/ascend/cann:8.1.rc1-910b-ubuntu22.04-py3.10
18+
FROM quay.io/ascend/cann:8.2.rc1.alpha003-910b-ubuntu22.04-py3.11
1919

2020
ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
2121
ARG COMPILE_CUSTOM_KERNELS=1

Dockerfile.310p

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file is a part of the vllm-ascend project.
1616
#
1717

18-
FROM quay.io/ascend/cann:8.1.rc1-310p-ubuntu22.04-py3.10
18+
FROM quay.io/ascend/cann:8.2.rc1.alpha003-310p-ubuntu22.04-py3.11
1919

2020
ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
2121
ARG COMPILE_CUSTOM_KERNELS=1

Dockerfile.310p.openEuler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file is a part of the vllm-ascend project.
1616
#
1717

18-
FROM quay.io/ascend/cann:8.1.rc1-310p-openeuler22.03-py3.10
18+
FROM quay.io/ascend/cann:8.2.rc1.alpha003-310p-openeuler22.03-py3.11
1919

2020
ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
2121
ARG COMPILE_CUSTOM_KERNELS=1

Dockerfile.openEuler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file is a part of the vllm-ascend project.
1616
#
1717

18-
FROM quay.io/ascend/cann:8.1.rc1-910b-openeuler22.03-py3.10
18+
FROM quay.io/ascend/cann:8.2.rc1.alpha003-910b-openeuler22.03-py3.11
1919

2020
ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
2121
ARG COMPILE_CUSTOM_KERNELS=1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ By using vLLM Ascend plugin, popular open-source models, including Transformer-l
3737
- OS: Linux
3838
- Software:
3939
* Python >= 3.9, < 3.12
40-
* CANN >= 8.1.RC1
40+
* CANN >= 8.2.RC1.alpha003
4141
* PyTorch >= 2.5.1, torch-npu >= 2.5.1.post1.dev20250619
4242
* vLLM (the same version as vllm-ascend)
4343

0 commit comments

Comments
 (0)