Skip to content

Commit 72c3930

Browse files
authored
Mark v0.7.1 as unmaintained and v0.7.3 as maintained (vllm-project#139)
### What this PR does / why we need it? Mark v0.7.1 as unmaintained and v0.7.3 as maintained: vLLM released the v0.7.3 version: https://github.com/vllm-project/vllm/releases/tag/v0.7.3 which include serval commits: - vllm-project/vllm#12874 - vllm-project/vllm#12432 - vllm-project/vllm#13208 We'd better to bump the versions to v0.7.3. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Preview Signed-off-by: Yikun Jiang <[email protected]>
1 parent e586d18 commit 72c3930

File tree

4 files changed

+32
-17
lines changed

4 files changed

+32
-17
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ vllm-ascend has main branch and dev branch.
8585
- **main**: main branch,corresponds to the vLLM main branch, and is continuously monitored for quality through Ascend CI.
8686
- **vX.Y.Z-dev**: development branch, created with part of new releases of vLLM. For example, `v0.7.1-dev` is the dev branch for vLLM `v0.7.1` version.
8787

88+
Below is maintained branches:
89+
90+
| Branch | Status | Note |
91+
|------------|--------------|--------------------------------------|
92+
| main | Maintained | CI commitment for vLLM main branch |
93+
| v0.7.3-dev | Maintained | CI commitment for vLLM 0.7.3 version |
94+
8895
Please refer to [Versioning policy](docs/source/developer_guide/versioning_policy.md) for more details.
8996

9097
## License

README.zh.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ vllm-ascend有主干分支和开发分支。
7878
- **main**: 主干分支,与vLLM的主干分支对应,并通过昇腾CI持续进行质量看护。
7979
- **vX.Y.Z-dev**: 开发分支,随vLLM部分新版本发布而创建,比如`v0.7.1-dev`是vllm-asend针对vLLM `v0.7.1`版本的开发分支。
8080

81+
下面是维护中的分支:
82+
83+
| 分支 | 状态 | 备注 |
84+
|------------|------------|---------------------|
85+
| main | Maintained | 基于vLLM main分支CI看护 |
86+
| v0.7.3-dev | Maintained | 基于vLLM v0.7.3版本CI看护 |
87+
8188
请参阅[版本策略](docs/source/developer_guide/versioning_policy.zh.md)了解更多详细信息。
8289

8390
## 贡献

docs/source/developer_guide/versioning_policy.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ Note that vllm-ascend will only be released for a certain vLLM release version r
4040

4141
Usually, each minor version of vLLM (such as 0.7) will correspond to a vllm-ascend version branch and support its latest version (for example, we plan to support version 0.7.3) as following shown:
4242

43-
| Branch | Status | Note |
44-
|-----------|------------|--------------------------------------|
45-
| main | Maintained | CI commitment for vLLM main branch |
46-
| v0.7.1-dev | Maintained | CI commitment for vLLM 0.7.1 version |
43+
| Branch | Status | Note |
44+
|------------|--------------|--------------------------------------|
45+
| main | Maintained | CI commitment for vLLM main branch |
46+
| v0.7.3-dev | Maintained | CI commitment for vLLM 0.7.3 version |
47+
| v0.7.1-dev | Unmaintained | Replaced by v0.7.3-dev |
48+
4749

4850
## Release Compatibility Matrix
4951

@@ -57,8 +59,7 @@ Following is the Release Compatibility Matrix for vLLM Ascend Plugin:
5759

5860
### Next final release (`v0.7.x`) window
5961

60-
| Date | Event |
61-
|---------|-----------|
62-
| February 2025 | Release candidates (RC1), v0.7.1rc1 |
63-
| March 2025 | Release candidates (RC2), v0.7.1rc2 or v0.7.3rc1 |
62+
| Date | Event |
63+
|------------|------------------------------------------------------------------|
64+
| March 2025 | Release candidates, v0.7.3rc1 |
6465
| March 2025 | Final release passes, match vLLM v0.7.x latest: v0.7.1 or v0.7.3 |

docs/source/developer_guide/versioning_policy.zh.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ vllm-ascend有主干和开发两种分支。
4040

4141
通常来说,vLLM每个minor版本(比如0.7)均会对应一个vllm-ascend版本分支,并支持其最新的版本(例如我们计划支持0.7.3版本)。如下所示:
4242

43-
| 分支 | 状态 | 备注 |
44-
|-----------|------------|--------------------------------------|
45-
| main | Maintained | 基于vLLM main分支CI看护 |
46-
| v0.7.1-dev | Maintained | 基于vLLM 0.7.1版本CI看护 |
43+
| 分支 | 状态 | 备注 |
44+
|------------|--------------|---------------------|
45+
| main | Maintained | 基于vLLM main分支CI看护 |
46+
| v0.7.3-dev | Maintained | 基于vLLM v0.7.3版本CI看护 |
47+
| v0.7.1-dev | Unmaintained | 被v0.7.3-dev分支代替 |
4748

4849
## 版本配套
4950

@@ -57,8 +58,7 @@ vLLM Ascend Plugin (`vllm-ascend`) 的关键配套关系如下:
5758

5859
### 下一个正式版(`v0.7.x`)发布窗口
5960

60-
| 时间 | 事件 |
61-
|------------|-----------------------------------|
62-
| 2025年02月 | RC版本(RC1), v0.7.1rc1 |
63-
| 2025年03月 | RC版本(RC2), v0.7.1rc2 or v0.7.3rc1 |
64-
| 2025年03月 | 正式版, 匹配0.7.x最新的vLLM版本: v0.7.1 or v0.7.3 |
61+
| 时间 | 事件 |
62+
|----------|-------------------------------|
63+
| 2025年03月 | RC版本, v0.7.3rc1 |
64+
| 2025年03月 | 正式版, 匹配0.7.3最新的vLLM版本: v0.7.3 |

0 commit comments

Comments
 (0)