Skip to content

Commit

Permalink
fix incorrect vllm CPU image (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 authored Sep 1, 2024
1 parent 385199b commit b786ceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kubeai/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.3
version: 0.2.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 2 additions & 1 deletion charts/kubeai/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ modelServers:
# 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.5.5"
cpu: "substratusai/vllm-openai-cpu:v0.5.5"
cpu: "substratusai/vllm:v0.5.5-cpu"
nvidia-gpu: "vllm/vllm-openai:v0.5.5"
# TODO publish tpu image.
google-tpu: "substratusai/vllm-openai-tpu:v0.5.5"
OLlama:
images:
Expand Down

0 comments on commit b786ceb

Please sign in to comment.