[Doc] Release note for v0.11.0rc0 (#3224)

### What this PR does / why we need it?
Add release note for v0.11.0rc0

### Does this PR introduce _any_ user-facing change?

### How was this patch tested?


- vLLM version: v0.11.0rc3
- vLLM main:
https://github.com/vllm-project/vllm/commit/releases/v0.11.0

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-09-30 03:26:18 +08:00
committed by GitHub
parent 81bd6e4c99
commit 00ba071022
8 changed files with 38 additions and 10 deletions

View File

@@ -212,7 +212,7 @@ class NPUPlatform(Platform):
vllm_config._set_cudagraph_sizes()
# TODO: Full graph is fully supported later, and the default value will be set to full graph.
if not vllm_version_is("v0.10.2"):
if not vllm_version_is("0.10.2"):
if compilation_config.cudagraph_mode == CUDAGraphMode.FULL_AND_PIECEWISE:
compilation_config.cudagraph_mode = CUDAGraphMode.PIECEWISE