[CI/Build] Upgrade CANN to 8.2.RC1 (#1653)

### What this PR does / why we need it?
Upgrade CANN to 8.2.rc1

Backport: https://github.com/vllm-project/vllm-ascend/pull/1653

### Does this PR introduce _any_ user-facing change?
Yes, docker image will use 8.2.RC1

### How was this patch tested?
CI passed

- vLLM version: v0.10.0
- vLLM main:
7728dd77bb

Signed-off-by: MengqingCao <cmq0113@163.com>
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
This commit is contained in:
Mengqing Cao
2025-07-26 22:37:46 +08:00
committed by GitHub
parent d1c640841b
commit ed2ab8a197
13 changed files with 25 additions and 24 deletions

View File

@@ -41,7 +41,7 @@ By using vLLM Ascend plugin, popular open-source models, including Transformer-l
- OS: Linux
- Software:
* Python >= 3.9, < 3.12
* CANN >= 8.1.RC1
* CANN >= 8.2.rc1
* PyTorch >= 2.5.1, torch-npu >= 2.5.1.post1.dev20250619
* vLLM (the same version as vllm-ascend)