Skip to content

Commit

Permalink
update vllm image for GPU and TPU to v0.6.4.post1 (#310)
Browse files Browse the repository at this point in the history
Note the new GH200 image is not available yet and will be updated later.
  • Loading branch information
samos123 authored Nov 21, 2024
1 parent 57d8d06 commit 8e0a494
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/kubeai/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,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.3.post1"
default: "vllm/vllm-openai:v0.6.4.post1"
cpu: "substratusai/vllm:v0.6.3.post1-cpu"
google-tpu: "substratusai/vllm:v0.6.3.post1-tpu"
nvidia-gpu: "vllm/vllm-openai:v0.6.3.post1"
google-tpu: "substratusai/vllm:v0.6.4.post1-tpu"
nvidia-gpu: "vllm/vllm-openai:v0.6.4.post1"
# TODO (samos123) switch to the official image when it is available.
# Note this is simply a clone of drikster80/vllm-gh200-openai:v0.6.3.post1.
# Source: https://github.com/drikster80/vllm/tree/gh200-docker
Expand Down
4 changes: 4 additions & 0 deletions test/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ error_handler() {
kubectl get events
echo "--- Models ---"
kubectl get crds models.kubeai.org && kubectl get models -oyaml
echo "--- Model Logs ---"
kubectl logs -l app=model --tail -1
echo "--- Describe Model Pods ---"
kubectl describe pod -l app=model
echo "!!! FAIL !!!"
exit 1
}
Expand Down

0 comments on commit 8e0a494

Please sign in to comment.