From d69f91b3658b267318ba510c75237fd3f04e2031 Mon Sep 17 00:00:00 2001 From: Murphy Chen Date: Thu, 16 Oct 2025 15:39:50 +0800 Subject: [PATCH] Bump vLLM Image Tags --- config/manifests/vllm/cpu-deployment.yaml | 2 +- config/manifests/vllm/gpu-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manifests/vllm/cpu-deployment.yaml b/config/manifests/vllm/cpu-deployment.yaml index 8b759d39e..83120a8bb 100644 --- a/config/manifests/vllm/cpu-deployment.yaml +++ b/config/manifests/vllm/cpu-deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: lora - image: "public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:v0.8.5" # formal images can be found in https://gallery.ecr.aws/q9t5s3a7/vllm-cpu-release-repo + image: "public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:v0.10.2" # formal images can be found in https://gallery.ecr.aws/q9t5s3a7/vllm-cpu-release-repo imagePullPolicy: Always command: ["python3", "-m", "vllm.entrypoints.openai.api_server"] args: diff --git a/config/manifests/vllm/gpu-deployment.yaml b/config/manifests/vllm/gpu-deployment.yaml index 7ae591aec..c1d3025dd 100644 --- a/config/manifests/vllm/gpu-deployment.yaml +++ b/config/manifests/vllm/gpu-deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: vllm - image: "vllm/vllm-openai:v0.8.5" + image: "vllm/vllm-openai:v0.11.0" imagePullPolicy: Always command: ["python3", "-m", "vllm.entrypoints.openai.api_server"] args: