[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 <yikunkero@gmail.com>
This commit is contained in:
5
.github/workflows/vllm_ascend_test.yaml
vendored
5
.github/workflows/vllm_ascend_test.yaml
vendored
@@ -48,7 +48,7 @@ jobs:
|
|||||||
runs-on: ascend-arm64 # actionlint-ignore: runner-label
|
runs-on: ascend-arm64 # actionlint-ignore: runner-label
|
||||||
|
|
||||||
container:
|
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:
|
volumes:
|
||||||
- /usr/local/dcmi:/usr/local/dcmi
|
- /usr/local/dcmi:/usr/local/dcmi
|
||||||
- /usr/local/bin/npu-smi:/usr/local/bin/npu-smi
|
- /usr/local/bin/npu-smi:/usr/local/bin/npu-smi
|
||||||
@@ -63,9 +63,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
HF_ENDPOINT: https://hf-mirror.com
|
HF_ENDPOINT: https://hf-mirror.com
|
||||||
steps:
|
steps:
|
||||||
- name: Check npu driver
|
- name: Check npu and CANN info
|
||||||
run: |
|
run: |
|
||||||
npu-smi info
|
npu-smi info
|
||||||
|
cat /usr/local/Ascend/ascend-toolkit/latest/"$(uname -i)"-linux/ascend_toolkit_install.info
|
||||||
|
|
||||||
- name: Config mirrors
|
- name: Config mirrors
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user