Skip to content

Commit b4439dd

Browse files
committed
test cann upgrade
Signed-off-by: ganyi <[email protected]>
1 parent 4865174 commit b4439dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/vllm_ascend_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
runs-on: ${{ matrix.os }}
128128
container:
129129
# TODO(yikun): Remove m.daocloud.io prefix when infra proxy ready
130-
image: m.daocloud.io/quay.io/ascend/cann:8.1.rc1-910b-ubuntu22.04-py3.10
130+
image: m.daocloud.io/quay.io/ascend/cann:8.2.rc1.alpha002-910b-ubuntu22.04-py3.10
131131
env:
132132
HF_ENDPOINT: https://hf-mirror.com
133133
HF_TOKEN: ${{ secrets.HF_TOKEN }}

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.alpha002-910b-ubuntu22.04-py3.10
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.alpha002-910b-openeuler22.03-py3.10
1919

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

0 commit comments

Comments
 (0)