Skip to content

Commit 87614c4

Browse files
authored
Update helm chart for v1 (vllm-project#412)
Signed-off-by: YuhanLiu11 <yliu738@wisc.edu>
1 parent 18e34e2 commit 87614c4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

helm/templates/deployment-vllm-multi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,10 @@ spec:
153153
value: "DEBUG"
154154
{{- if hasKey . "v1" }}
155155
- name: VLLM_USE_V1
156-
value: {{ default 0 $modelSpec.vllmConfig.v1 | quote }}
156+
value: {{ $modelSpec.vllmConfig.v1 | quote }}
157+
{{- else }}
158+
- name: VLLM_USE_V1
159+
value: "0"
157160
{{- end}}
158161
{{- end}}
159162
{{- if $modelSpec.hf_token }}

0 commit comments

Comments
 (0)