We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeec064 commit d7196adCopy full SHA for d7196ad
charts/azimuth-llm/templates/api/deployment.yml
@@ -49,7 +49,7 @@ spec:
49
{{- end -}}
50
{{- if gt (.Values.api.gpus | int) 1 }}
51
- --tensor-parallel-size
52
- - {{ .Values.api.gpus }}
+ - {{ .Values.api.gpus | quote }}
53
{{- end }}
54
{{- if .Values.huggingface.secretName -}}
55
envFrom:
0 commit comments