Skip to content

Commit bb0bb8c

Browse files
Update vllm versions (llm-d-incubation#505)
* Update vllm versions Signed-off-by: Diego-Castan <diego.castan@ibm.com> * vllm v0.20.2 Signed-off-by: Diego-Castan <diego.castan@ibm.com> --------- Signed-off-by: Diego-Castan <diego.castan@ibm.com>
1 parent 2ee26b5 commit bb0bb8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dockerfiles/Dockerfile.launcher.benchmark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_IMAGE=vllm/vllm-openai:v0.15.1
1+
ARG BASE_IMAGE=vllm/vllm-openai:v0.20.2
22
FROM ${BASE_IMAGE}
33

44
WORKDIR /app

dockerfiles/Dockerfile.launcher.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Supports both arm64 and amd64 architectures
33

44
ARG TARGETARCH
5-
ARG VLLM_VERSION=v0.15.1
5+
ARG VLLM_VERSION=v0.20.2
66

77
# Define base images for each architecture
88
FROM public.ecr.aws/q9t5s3a7/vllm-arm64-cpu-release-repo:${VLLM_VERSION} AS base-arm64

0 commit comments

Comments
 (0)