We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9264f2 commit f5a91e5Copy full SHA for f5a91e5
config/manifests/vllm/cpu-deployment.yaml
@@ -14,7 +14,7 @@ spec:
14
spec:
15
containers:
16
- 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
+ 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
18
imagePullPolicy: Always
19
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
20
args:
0 commit comments