File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 19
19
spec :
20
20
containers :
21
21
- name : {{ .Release.Name }}-api
22
- {{ $gpuChart := ternary "ghrc .io/stackhpc/vllm-xpu" "vllm/vllm-openai" .Values.api.intelXPUsEnabled -}}
22
+ {{ $gpuChart := ternary "ghcr .io/stackhpc/vllm-xpu" "vllm/vllm-openai" .Values.api.intelXPUsEnabled -}}
23
23
{{ $imageRepo := .Values.api.image.repository | default (ternary "ghcr.io/stackhpc/vllm-cpu" $gpuChart (eq (.Values.api.gpus | int) 0)) -}}
24
24
image : {{ printf "%s:%s" $imageRepo .Values.api.image.version }}
25
25
ports :
Original file line number Diff line number Diff line change 34
34
# Container image config
35
35
image :
36
36
# Defaults to vllm/vllm-openai when api.gpus > 0,
37
- # ghrc .io/stackhpc/vllm-xpu when api.gpus > 0 and intelXPUsEnabled is true,
38
- # or ghrc .io/stackhpc/vllm-cpu when api.gpus == 0
37
+ # ghcr .io/stackhpc/vllm-xpu when api.gpus > 0 and intelXPUsEnabled is true,
38
+ # or ghcr .io/stackhpc/vllm-cpu when api.gpus == 0
39
39
repository :
40
40
version : v0.8.5.post1
41
41
monitoring :
Original file line number Diff line number Diff line change
1
+ azimuth-llm :
2
+ api :
3
+ intelXPUsEnabled : true
You can’t perform that action at this time.
0 commit comments