modified: services/wyoming/docker-compose.yaml
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 29s
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 29s
modified: services/wyoming/whisper.kubernetes-deployment.yaml
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
services:
|
services:
|
||||||
# whisper:
|
whisper:
|
||||||
# image: linuxserver/faster-whisper
|
image: linuxserver/faster-whisper # this whisper is not really used.. using an pof on chimera, for better performance
|
||||||
# restart: unless-stopped
|
restart: unless-stopped
|
||||||
# volumes:
|
volumes:
|
||||||
# - whisper_data:/data
|
- whisper_data:/data
|
||||||
# ports:
|
ports:
|
||||||
# - 10300:10300
|
- 10300:10300
|
||||||
# environment:
|
environment:
|
||||||
# - TZ=Europe/Lisbon
|
- TZ=Europe/Lisbon
|
||||||
# - WHISPER_MODEL=small-int8
|
- WHISPER_MODEL=small-int8
|
||||||
# - WHISPER_LANG=pt
|
- WHISPER_LANG=pt
|
||||||
piper:
|
piper:
|
||||||
image: rhasspy/wyoming-piper
|
image: rhasspy/wyoming-piper
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: wyoming-whisper
|
app: wyoming-whisper
|
||||||
spec:
|
spec:
|
||||||
#nodeSelector:
|
nodeSelector:
|
||||||
#kubernetes.io/hostname: chimera-flashgordon
|
kubernetes.io/hostname: chimera-flashgordon
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: "dedicated"
|
- key: "dedicated"
|
||||||
value: "reserved"
|
value: "reserved"
|
||||||
|
|||||||
Reference in New Issue
Block a user