From 3ac76fdcccf31f65584a7098428a0684a150bfe0 Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Wed, 5 Nov 2025 14:55:54 +0800 Subject: [PATCH] [Doc] Update version policy (#3999) Add version policy for main branch to clear how vllm-ascend work with vllm - vLLM version: v0.11.0 - vLLM main: https://github.com/vllm-project/vllm/commit/83f478bb19489b41e9d208b47b4bb5a95ac171ac Signed-off-by: wangxiyuan --- docs/source/community/versioning_policy.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/community/versioning_policy.md b/docs/source/community/versioning_policy.md index 1b092885..c5d733da 100644 --- a/docs/source/community/versioning_policy.md +++ b/docs/source/community/versioning_policy.md @@ -18,7 +18,7 @@ For example: ## Release compatibility matrix -The table below is the release compatibility matrix for vLLM Ascend Plugin. +The table below is the release compatibility matrix for vLLM Ascend release. | vLLM Ascend | vLLM | Python | Stable CANN | PyTorch/torch_npu | MindIE Turbo | |-------------|--------------|------------------|-------------|--------------------|--------------| @@ -38,6 +38,11 @@ The table below is the release compatibility matrix for vLLM Ascend Plugin. | v0.7.3.post1| v0.7.3 | >= 3.9, < 3.12 | 8.1.RC1 | 2.5.1 / 2.5.1 | 2.0rc1 | | v0.7.3 | v0.7.3 | >= 3.9, < 3.12 | 8.1.RC1 | 2.5.1 / 2.5.1 | 2.0rc1 | +For main branch of vLLM Ascend, we usually make it compatible with the latest vLLM release and a newer commit hash of vLLM. Please note that this table is usually updated. Please check it regularly. +| vLLM Ascend | vLLM | Python | Stable CANN | PyTorch/torch_npu | +|-------------|--------------|------------------|-------------|--------------------| +| main | v0.11.0/83f478bb19489b41e9d208b47b4bb5a95ac171ac | >= 3.10, < 3.12 | 8.3.RC1 | 2.7.1 / 2.7.1 | + ## Release cadence ### Release window