Skip to content

Commit e85b0d7

Browse files
committed
chore: bump vLLM default version to 0.17.0
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
1 parent 1b2aefe commit e85b0d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
description: "vLLM version"
3535
required: false
3636
type: string
37-
default: "0.12.0"
37+
default: "0.17.0"
3838
sglangVersion:
3939
description: "SGLang version"
4040
required: false
@@ -230,7 +230,7 @@ jobs:
230230
env:
231231
RELEASE_TAG: ${{ needs.prepare.outputs.release_tag }}
232232
LLAMA_SERVER_VERSION: ${{ inputs.llamaServerVersion || 'latest' }}
233-
VLLM_VERSION: ${{ inputs.vllmVersion || '0.12.0' }}
233+
VLLM_VERSION: ${{ inputs.vllmVersion }}
234234
SGLANG_VERSION: ${{ inputs.sglangVersion || '0.4.0' }}
235235
PUSH_LATEST: ${{ inputs.pushLatest || 'false' }}
236236
BUILD_MUSA_CANN: ${{ inputs.buildMusaCann || 'false' }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ENTRYPOINT ["/app/model-runner"]
9090
# --- vLLM variant ---
9191
FROM llamacpp AS vllm
9292

93-
ARG VLLM_VERSION=0.12.0
93+
ARG VLLM_VERSION=0.17.0
9494
ARG VLLM_CUDA_VERSION=cu130
9595
ARG VLLM_PYTHON_TAG=cp38-abi3
9696
ARG TARGETARCH

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LLAMA_SERVER_VERSION := latest
55
LLAMA_SERVER_VARIANT := cpu
66
BASE_IMAGE := ubuntu:24.04
77
VLLM_BASE_IMAGE := nvidia/cuda:13.0.2-runtime-ubuntu24.04
8-
VLLM_VERSION ?= 0.12.0
8+
VLLM_VERSION ?= 0.17.0
99
DOCKER_IMAGE := docker/model-runner:latest
1010
DOCKER_IMAGE_VLLM := docker/model-runner:latest-vllm-cuda
1111
DOCKER_IMAGE_SGLANG := docker/model-runner:latest-sglang

0 commit comments

Comments
 (0)