removed wyoming faster-whisper from stack moved to chimera
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 34s
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 34s
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
version: '3.8'
|
|
||||||
services:
|
services:
|
||||||
whisper:
|
# whisper:
|
||||||
image: rhasspy/wyoming-whisper
|
# image: linuxserver/faster-whisper
|
||||||
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
|
||||||
command: [ "--model", "small", "--language", "pt" ]
|
# - WHISPER_MODEL=small-int8
|
||||||
|
# - WHISPER_LANG=pt
|
||||||
piper:
|
piper:
|
||||||
image: rhasspy/wyoming-piper
|
image: rhasspy/wyoming-piper
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user