[Doc] Update doc to work with release (#85)

1. Update CANN image name
2. Add pta install step
3. update vllm-ascend docker image name to ghcr
4. update quick_start to use vllm-ascend image directly.
5. fix `note` style

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-02-19 09:51:43 +08:00
committed by GitHub
parent 17de078d83
commit fafd70e91c
11 changed files with 119 additions and 132 deletions

View File

@@ -43,7 +43,7 @@ Usually, each minor version of vLLM (such as 0.7) will correspond to a vllm-asce
| Branch | Status | Note |
|-----------|------------|--------------------------------------|
| main | Maintained | CI commitment for vLLM main branch |
| 0.7.1-dev | Maintained | CI commitment for vLLM 0.7.1 version |
| v0.7.1-dev | Maintained | CI commitment for vLLM 0.7.1 version |
## Release Compatibility Matrix
@@ -51,7 +51,7 @@ Following is the Release Compatibility Matrix for vLLM Ascend Plugin:
| vllm-ascend | vLLM | Python | Stable CANN | PyTorch/torch_npu |
|--------------|--------------| --- | --- | --- |
| v0.7.x (TBD) | v0.7.x (TBD) | 3.9 - 3.12 | 8.0.0.beta1 | 2.5.1 / 2.5.1rc1 |
| v0.7.1.rc1 | v0.7.1 | 3.9 - 3.12 | 8.0.0 | 2.5.1 / 2.5.1.dev20250218 |
## Release cadence