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.
2 parents 3d6c6ea + 4e28893 commit 7a8ce15Copy full SHA for 7a8ce15
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