Skip to content

Commit

Permalink
Update vLLM to v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Aug 9, 2024
1 parent 311b3a4 commit 68cb476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"type": "string",
"title": "Backend vLLM version",
"description": "The vLLM version to use as a backend. Must be a version tag from [this list](https://github.com/vllm-project/vllm/tags)",
"default": "v0.4.3"
"default": "v0.5.4"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ api:
# Container image config
image:
repository: vllm/vllm-openai
version: v0.4.3
version: v0.5.4
monitoring:
enabled: true
# The number of replicas for the backend deployment
Expand Down

0 comments on commit 68cb476

Please sign in to comment.