Skip to content

Commit

Permalink
Rename image name XXX-hpu to XXX-gaudi (#575)
Browse files Browse the repository at this point in the history
Signed-off-by: ZePan110 <[email protected]>
(cherry picked from commit ae17665)
  • Loading branch information
ZePan110 authored and chensuyue committed Nov 21, 2024
1 parent 182d705 commit 3a42d54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm-charts/common/llm-uservice/ci-vllm-gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tgi:
vllm:
enabled: true
image:
repository: opea/vllm-hpu
repository: opea/vllm-gaudi
tag: "latest"
LLM_MODEL_ID: Intel/neural-chat-7b-v3-3
OMPI_MCA_btl_vader_single_copy_mechanism: none
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/common/vllm/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Declare variables to be passed into your templates.

image:
repository: opea/vllm-hpu
repository: opea/vllm-gaudi
tag: "latest"

# VLLM_CPU_KVCACHE_SPACE: "40"
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/common/vllm/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
http_proxy: {{ .Values.global.http_proxy | quote }}
https_proxy: {{ .Values.global.https_proxy | quote }}
no_proxy: {{ .Values.global.no_proxy | quote }}
{{- if contains "opea/vllm-hpu" .Values.image.repository }}
{{- if contains "opea/vllm-gaudi" .Values.image.repository }}
HABANA_LOGS: "/tmp/habana_logs"
{{- end }}
NUMBA_CACHE_DIR: "/tmp"
Expand Down
2 changes: 1 addition & 1 deletion microservices-connector/config/manifests/vllm_gaudi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
optional: true
securityContext:
{}
image: "opea/vllm-hpu:latest"
image: "opea/vllm-gaudi:latest"
imagePullPolicy: IfNotPresent
args:
- "--enforce-eager"
Expand Down

0 comments on commit 3a42d54

Please sign in to comment.