This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/rhasspy/wyoming-whisper | minor | `2687f79` -> `0d78ad5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
44 lines
813 B
YAML
44 lines
813 B
YAML
image:
|
|
repository: docker.io/rhasspy/wyoming-whisper
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.5.0@sha256:0d78ad506e450fb113616650b7328233385905e2f2ed07fa59221012144500e3
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10300
|
|
protocol: tcp
|
|
targetPort: 10300
|
|
|
|
wyoming_whisper:
|
|
language: en
|
|
model: tiny-int8
|
|
# custom_model: ""
|
|
beam_size: 1
|
|
initial_prompt: ""
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
port: 10300
|
|
type: tcp
|
|
readiness:
|
|
port: 10300
|
|
type: tcp
|
|
startup:
|
|
port: 10300
|
|
type: tcp
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /data
|
|
cache:
|
|
enabled: true
|
|
mountPath: /.cache/huggingface/hub
|