Skip to content

Commit

Permalink
update vllm image to v0.6.6.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Jan 11, 2025
1 parent 6ce5496 commit afe843e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kubeai/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ modelServers:
# The key is the image name (referenced from resourceProfiles) and the value is the image.
# The "default" image should always be specified.
# "default" is used when no imageName is specified or if a specific image is not found.
default: "vllm/vllm-openai:v0.6.4.post1"
default: "vllm/vllm-openai:v0.6.6.post1"
cpu: "substratusai/vllm:v0.6.3.post1-cpu"
google-tpu: "substratusai/vllm:v0.6.4.post1-tpu"
nvidia-gpu: "vllm/vllm-openai:v0.6.4.post1"
nvidia-gpu: "vllm/vllm-openai:v0.6.6.post1"
# TODO (samos123) switch to the official image when it is available.
# Source: https://github.com/drikster80/vllm/tree/gh200-docker
# gh200: "drikster80/vllm-gh200-openai:v0.6.4.post1"
Expand Down

0 comments on commit afe843e

Please sign in to comment.