Skip to content

Commit 8a1df2a

Browse files
committed
chore: update vllm deployment tag to latest
Signed-off-by: bitliu <[email protected]>
1 parent a6f468c commit 8a1df2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/manifests/vllm/cpu-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: lora
17-
image: "public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:v0.9.1" # formal images can be found in https://gallery.ecr.aws/q9t5s3a7/vllm-cpu-release-repo
17+
image: "public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:latest" # formal images can be found in https://gallery.ecr.aws/q9t5s3a7/vllm-cpu-release-repo
1818
imagePullPolicy: Always
1919
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
2020
args:

config/manifests/vllm/sim-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: vllm-sim
17-
image: ghcr.io/llm-d/llm-d-inference-sim:v0.1.2
17+
image: ghcr.io/llm-d/llm-d-inference-sim:latest
1818
imagePullPolicy: Always
1919
args:
2020
- --model

0 commit comments

Comments
 (0)