From 1a9feb3ba59b7c95e505c4e5525da4736cb25d5d Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Sat, 25 Oct 2025 09:37:56 +0800 Subject: [PATCH] Update version doc (#3599) 1. Add v0.11.0-dev branch info 2. mark rfc/long_seq_optimization branch as completed - vLLM version: v0.11.0rc3 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.0 Signed-off-by: wangxiyuan --- README.md | 1 + README.zh.md | 1 + docs/source/community/versioning_policy.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c255b1f..ec38a757 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Below is maintained branches: | v0.7.1-dev | Unmaintained | Only doc fixed is allowed | | v0.7.3-dev | Maintained | CI commitment for vLLM 0.7.3 version, only bug fix is allowed and no new release tag any more. | | v0.9.1-dev | Maintained | CI commitment for vLLM 0.9.1 version | +| v0.11.0-dev | Maintained | CI commitment for vLLM 0.11.0 version | | rfc/feature-name | Maintained | [Feature branches](https://vllm-ascend.readthedocs.io/en/latest/community/versioning_policy.html#feature-branches) for collaboration | Please refer to [Versioning policy](https://vllm-ascend.readthedocs.io/en/latest/community/versioning_policy.html) for more details. diff --git a/README.zh.md b/README.zh.md index bb7ddb93..b495c8d4 100644 --- a/README.zh.md +++ b/README.zh.md @@ -77,6 +77,7 @@ vllm-ascend有主干分支和开发分支。 | v0.7.1-dev | Unmaintained | 只允许文档修复 | | v0.7.3-dev | Maintained | 基于vLLM v0.7.3版本CI看护, 只允许Bug修复,不会再发布新版本 | | v0.9.1-dev | Maintained | 基于vLLM v0.9.1版本CI看护 | +| v0.11.0-dev | Maintained | 基于vLLM v0.11.0版本CI看护 | |rfc/feature-name| Maintained | 为协作创建的[特性分支](https://vllm-ascend.readthedocs.io/en/latest/community/versioning_policy.html#feature-branches) | 请参阅[版本策略](https://vllm-ascend.readthedocs.io/en/latest/community/versioning_policy.html)了解更多详细信息。 diff --git a/docs/source/community/versioning_policy.md b/docs/source/community/versioning_policy.md index 84655706..71f8ea73 100644 --- a/docs/source/community/versioning_policy.md +++ b/docs/source/community/versioning_policy.md @@ -99,7 +99,7 @@ Usually, each minor version of vLLM (such as 0.7) will correspond to a vLLM Asce | Branch | Status | RFC link | Merge plan | Mentor | |------------|--------------|---------------------------------------|------------|--------| -|rfc/long_seq_optimization|Maintained|https://github.com/vllm-project/vllm/issues/22693|930|wangxiyuan| +|rfc/long_seq_optimization|Completed|https://github.com/vllm-project/vllm/issues/22693|930|wangxiyuan| - Branch: The feature branch should be created with a prefix `rfc/` followed by the feature name, such as `rfc/feature-name`. - Status: The status of the feature branch is `Maintained` until it is merged into the main branch or deleted. - RFC link: The feature branch should be created with a corresponding RFC issue. The creation of a feature branch requires an RFC and approval from at least two maintainers.