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 e676a70 commit 8165494Copy full SHA for 8165494
charts/azimuth-llm/templates/api/deployment.yml
@@ -34,6 +34,10 @@ spec:
34
- --max-model-len
35
- {{ .Values.api.modelMaxContextLength | quote }}
36
{{- end -}}
37
+ {{- if and (not (has "--tokenizer-model" .Values.api.extraArgs)) (hasPrefix "mistralai/" .Values.huggingface.model) -}}
38
+ - --tokenizer-mode
39
+ - mistral
40
+ {{- end -}}
41
{{- if .Values.api.extraArgs -}}
42
{{- .Values.api.extraArgs | toYaml | nindent 10 }}
43
0 commit comments