Bump vLLM version to v0.10.2rc2 (#2902)

### What this PR does / why we need it?

Upgrade vLLM version to 0.10.2rc2

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

Yes, image will use 0.10.2rc2 vLLM

### How was this patch tested?

- vLLM version: main
- vLLM main:
f17c075884

Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
This commit is contained in:
Yikun Jiang
2025-09-13 11:39:48 +08:00
committed by GitHub
parent 585a494baa
commit 138e932630
13 changed files with 16 additions and 16 deletions

View File

@@ -112,7 +112,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: vllm-project/vllm
ref: main
ref: v0.10.2rc2
path: ./vllm-empty
- name: Install vllm-project/vllm from source