Bump vLLM version to v0.10.2 (#2914)

### What this PR does / why we need it?
Bump vLLM version to v0.10.2

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

### How was this patch tested?
CI passed
- vLLM version: v0.10.2rc3
- vLLM main:
15b8fef453

Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
This commit is contained in:
Yikun Jiang
2025-09-14 06:57:59 +08:00
committed by GitHub
parent f97a64ba7f
commit 0747a6e68c
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: v0.10.2rc3
ref: v0.10.2
path: ./vllm-empty
- name: Install vllm-project/vllm from source

View File

@@ -51,7 +51,7 @@ jobs:
strategy:
matrix:
include:
- vllm_branch: v0.10.2rc3
- vllm_branch: v0.10.2
vllm_ascend_branch: main
vllm_use_v1: 1
max-parallel: 1

View File

@@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
os: [linux-aarch64-a3-8]
vllm_version: [v0.10.2rc3]
vllm_version: [v0.10.2]
name: vLLM Ascend test
runs-on: ${{ matrix.os }}
container:

View File

@@ -82,7 +82,7 @@ jobs:
VLLM_USE_MODELSCOPE: True
strategy:
matrix:
vllm_version: [v0.10.2rc3]
vllm_version: [v0.10.2]
steps:
- name: Install packages
run: |
@@ -138,7 +138,7 @@ jobs:
max-parallel: 2
matrix:
os: [linux-aarch64-a2-1]
vllm_version: [v0.10.2rc3]
vllm_version: [v0.10.2]
name: singlecard e2e test - light
runs-on: ${{ matrix.os }}
container:
@@ -203,7 +203,7 @@ jobs:
max-parallel: 2
matrix:
os: [linux-aarch64-a2-2]
vllm_version: [v0.10.2rc3]
vllm_version: [v0.10.2]
name: multicard e2e test - light
runs-on: ${{ matrix.os }}
container:

View File

@@ -53,7 +53,7 @@ jobs:
max-parallel: 2
matrix:
os: [linux-aarch64-310p-1, linux-aarch64-310p-4]
vllm_version: [v0.10.2rc3]
vllm_version: [v0.10.2]
name: 310p e2e test
runs-on: ${{ matrix.os }}
container:

View File

@@ -72,7 +72,7 @@ jobs:
max-parallel: 2
matrix:
os: [linux-aarch64-a2-1]
vllm_version: [v0.10.2rc3]
vllm_version: [v0.10.2]
name: singlecard e2e test - full
runs-on: ${{ matrix.os }}
container:
@@ -156,7 +156,7 @@ jobs:
max-parallel: 2
matrix:
os: [linux-aarch64-a2-2]
vllm_version: [v0.10.2rc3]
vllm_version: [v0.10.2]
name: multicard e2e test - full
runs-on: ${{ matrix.os }}
container: