Skip to content

Commit aeec064

Browse files
committed
revert to string in args
1 parent 98151dd commit aeec064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/azimuth-llm/templates/api/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
{{- end -}}
5050
{{- if gt (.Values.api.gpus | int) 1 }}
5151
- --tensor-parallel-size
52-
- {{ (.Values.api.gpus | int) }}
52+
- {{ .Values.api.gpus }}
5353
{{- end }}
5454
{{- if .Values.huggingface.secretName -}}
5555
envFrom:

0 commit comments

Comments
 (0)