Upgrade CANN to 8.3.rc1 (#3945)

### What this PR does / why we need it?
This PR upgrade CANN from 8.2rc1 to 8.3rc1 and remove the CANN version
check logic.

TODO: we notice that UT runs failed with CANN 8.3 image. So the base
image for UT is still 8.2. We'll fix it later.


- vLLM version: v0.11.0
- vLLM main:
83f478bb19

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-11-03 20:21:07 +08:00
committed by GitHub
parent 49d74785c4
commit cc2cd42ad3
39 changed files with 119 additions and 213 deletions

View File

@@ -4,7 +4,7 @@
* Software:
* Python >= 3.9, < 3.12
* CANN >= 8.2.rc1
* CANN >= 8.3.rc1
* PyTorch == 2.7.1, torch-npu == 2.7.1
* vLLM (same version as vllm-ascend)
* mooncake-transfer-engine reference documentation: https://github.com/kvcache-ai/Mooncake/blob/main/doc/zh/ascend_transport.md

View File

@@ -4,7 +4,7 @@
* Software:
* Python >= 3.9, < 3.12
* CANN >= 8.2.rc1
* CANN >= 8.3.rc1
* PyTorch == 2.7.1, torch-npu == 2.7.1
* vLLMmain branch
* vLLM-Ascendmain branch