scale-catalog/stable/wyoming-whisper/6.0.7/templates/_args.tpl
Julian Haseleu 5d1ab94342 cleanup
2024-07-14 21:54:53 +00:00

13 lines
371 B
Smarty

{{- define "wyoming-whisper.args" -}}
{{- $whisper := .Values.wyoming_whisper -}}
args:
- --language
- {{ $whisper.language | quote }}
- --model
- {{ ternary $whisper.custom_model $whisper.model (eq $whisper.model "custom") | quote }}
- --beam-size
- {{ $whisper.beam_size | quote }}
- --initial-prompt
- {{ $whisper.initial_prompt | quote }}
{{- end -}}