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 98151dd commit aeec064Copy full SHA for aeec064
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 | int) }}
+ - {{ .Values.api.gpus }}
53
{{- end }}
54
{{- if .Values.huggingface.secretName -}}
55
envFrom:
0 commit comments