From c1ac822642dd1d76d62c52d77fc08c0626c781dc Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Sun, 16 Feb 2025 13:38:01 +0800 Subject: [PATCH] [CI] Switch to cann latest version (#63) ### What this PR does / why we need it? Switch to cann latest version ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI passed Signed-off-by: Yikun Jiang --- .github/workflows/vllm_ascend_test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vllm_ascend_test.yaml b/.github/workflows/vllm_ascend_test.yaml index 1e21122..4df4336 100644 --- a/.github/workflows/vllm_ascend_test.yaml +++ b/.github/workflows/vllm_ascend_test.yaml @@ -48,7 +48,7 @@ jobs: runs-on: ascend-arm64 # actionlint-ignore: runner-label container: - image: quay.io/ascend/cann:8.0.rc3.beta1-910b-ubuntu22.04-py3.10 + image: quay.io/ascend/cann:8.0.0.beta1-910b-ubuntu22.04-py3.10 volumes: - /usr/local/dcmi:/usr/local/dcmi - /usr/local/bin/npu-smi:/usr/local/bin/npu-smi @@ -63,9 +63,10 @@ jobs: env: HF_ENDPOINT: https://hf-mirror.com steps: - - name: Check npu driver + - name: Check npu and CANN info run: | npu-smi info + cat /usr/local/Ascend/ascend-toolkit/latest/"$(uname -i)"-linux/ascend_toolkit_install.info - name: Config mirrors run: |