Skip to content

Commit f5a91e5

Browse files
authored
bump vllm-cpu image to latest (#530)
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent e9264f2 commit f5a91e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/manifests/vllm/cpu-deployment.yaml

+1-1
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.7.2" # 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:v0.8.0" # 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:

0 commit comments

Comments
 (0)