Skip to content

Commit aa633da

Browse files
Merge branch 'dev' into feature/sandeshk/vllm_0.24.0
2 parents d0ca7bd + f7a881c commit aa633da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/scripts/vllm-quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The `models.json` file contains all configuration:
116116
```json
117117
{
118118
"docker": {
119-
"image": "public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:v0.11.2",
119+
"image": "vllm/vllm-openai-cpu:v0.24.0",
120120
"port": "8000:8000",
121121
"environment": { ... },
122122
"volumes": [ ... ]

core/scripts/vllm-quickstart/models.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"docker": {
3-
"image": "public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:v0.11.2",
3+
"image": "vllm/vllm-openai-cpu:v0.24.0",
44
"port": "8000:8000",
55
"environment": {
66
"VLLM_CPU_SGL_KERNEL": "1",

0 commit comments

Comments
 (0)