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 1919 spec :
2020 containers :
2121 - 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 -}}
2323 {{ $imageRepo := .Values.api.image.repository | default (ternary "ghcr.io/stackhpc/vllm-cpu" $gpuChart (eq (.Values.api.gpus | int) 0)) -}}
2424 image : {{ printf "%s:%s" $imageRepo .Values.api.image.version }}
2525 ports :
Original file line number Diff line number Diff line change 3434 # Container image config
3535 image :
3636 # 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
3939 repository :
4040 version : v0.8.5.post1
4141 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