Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename image name XXX-hpu to XXX-gaudi #575

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading