Hi,
i’m trying with no luck to use **faster-whisper" with my GPU on my unraid server. Below the docker run command :
docker run
-d
–name=‘faster-whisper-nvidia’
–net=‘dockernet’
–pids-limit 2048
-e TZ=“Europe/Berlin”
-e HOST_OS=“Unraid”
-e HOST_HOSTNAME=“Joshua”
-e HOST_CONTAINERNAME=“faster-whisper-nvidia”
-e ‘WHISPER_MODEL’=‘large-v2’
-e ‘WHISPER_BEAM’=‘5’
-e ‘WHISPER_LANG’=‘it’
-e ‘NVIDIA_DRIVER_CAPABILITIES’=‘all’
-e ‘NVIDIA_VISIBLE_DEVICES’=’ GPU-xxx’
-e ‘PUID’=‘99’
-e ‘PGID’=‘100’
-e ‘UMASK’=‘022’
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.icon=‘https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png’
-p ‘10301:10300/tcp’
-v ‘/mnt/user/appdata/faster-whisper’:‘/config’:‘rw’
–restart unless-stopped
–runtime=nvidia ‘lscr.io/linuxserver/faster-whisper:gpu’
I have no issue in container log but when I try to use it with my Home assistant STT took seconds and only output is:
“!!!”
Any help?