scale-catalog/stable/wyoming-whisper/6.0.7/templates/_args.tpl

13 lines
371 B
Smarty
Raw Normal View History

2024-07-13 07:59:30 +00:00
{{- 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 -}}