Closed MorganMLGman closed 3 weeks ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Looks like ctranslate2 has updated to only support CUDNN 9 but faster-whisper only supports CUDNN 8 so we might have to pin it.
Pushing two builds to https://github.com/linuxserver/docker-faster-whisper/pull/23, image names will get posted by the bot once they're available.
First pins ctranslate2 to 4.4.0 with CUDNN 8 Second upgrades CUDNN to 9.
Various linked discussion from https://github.com/SYSTRAN/faster-whisper/issues/1086 suggests faster whisper should work with ctranslate 4.5.0 despite what the docs say, so that one would be preferable rather than pinning ctranslate2 to an older version.
Please can you test them and let me know if one/both/neither work for you.
ghcr.io/linuxserver/lspipepr-faster-whisper:gpu-2.0.0-pkg-b2138dcc-dev-550713281c67d3de93e9724577979e887a40ccdc-pr-23
Works
whisper | [migrations] started
whisper | [migrations] no migrations found
whisper | ───────────────────────────────────────
whisper |
whisper | ██╗ ███████╗██╗ ██████╗
whisper | ██║ ██╔════╝██║██╔═══██╗
whisper | ██║ ███████╗██║██║ ██║
whisper | ██║ ╚════██║██║██║ ██║
whisper | ███████╗███████║██║╚██████╔╝
whisper | ╚══════╝╚══════╝╚═╝ ╚═════╝
whisper |
whisper | Brought to you by linuxserver.io
whisper | ───────────────────────────────────────
whisper |
whisper | To support LSIO projects visit:
whisper | https://www.linuxserver.io/donate/
whisper |
whisper | ───────────────────────────────────────
whisper | GID/UID
whisper | ───────────────────────────────────────
whisper |
whisper | User UID: 1000
whisper | User GID: 1000
whisper | ───────────────────────────────────────
whisper | Linuxserver.io version: 2.0.0-pkg-b2138dcc-dev-550713281c67d3de93e9724577979e887a40ccdc-pr-23
whisper | Build-date: 2024-10-29T09:22:43+00:00
whisper | ───────────────────────────────────────
whisper |
whisper | [custom-init] No custom files found, skipping...
whisper | INFO:__main__:Ready
whisper | Connection to localhost (127.0.0.1) 10300 port [tcp/*] succeeded!
whisper | [ls.io-init] done.
whisper | INFO:faster_whisper:Processing audio with duration 00:02.150
whisper | INFO:wyoming_faster_whisper.handler: Jaki mamy dziś dzień?
ghcr.io/linuxserver/lspipepr-faster-whisper:gpu-2.0.0-pkg-b2138dcc-dev-f3a49ddf041bf5ebabd973b04027986e0cc3c451-pr-23
Also works
whisper | [migrations] started
whisper | [migrations] no migrations found
whisper | ───────────────────────────────────────
whisper |
whisper | ██╗ ███████╗██╗ ██████╗
whisper | ██║ ██╔════╝██║██╔═══██╗
whisper | ██║ ███████╗██║██║ ██║
whisper | ██║ ╚════██║██║██║ ██║
whisper | ███████╗███████║██║╚██████╔╝
whisper | ╚══════╝╚══════╝╚═╝ ╚═════╝
whisper |
whisper | Brought to you by linuxserver.io
whisper | ───────────────────────────────────────
whisper |
whisper | To support LSIO projects visit:
whisper | https://www.linuxserver.io/donate/
whisper |
whisper | ───────────────────────────────────────
whisper | GID/UID
whisper | ───────────────────────────────────────
whisper |
whisper | User UID: 1000
whisper | User GID: 1000
whisper | ───────────────────────────────────────
whisper | Linuxserver.io version: 2.0.0-pkg-b2138dcc-dev-f3a49ddf041bf5ebabd973b04027986e0cc3c451-pr-23
whisper | Build-date: 2024-10-29T09:28:25+00:00
whisper | ───────────────────────────────────────
whisper |
whisper | [custom-init] No custom files found, skipping...
whisper | INFO:__main__:Ready
whisper | Connection to localhost (127.0.0.1) 10300 port [tcp/*] succeeded!
whisper | [ls.io-init] done.
whisper | INFO:faster_whisper:Processing audio with duration 00:02.110
whisper | INFO:wyoming_faster_whisper.handler: Jak nam jeździ?
whisper | INFO:faster_whisper:Processing audio with duration 00:02.660
whisper | INFO:wyoming_faster_whisper.handler: Jaki mamy dziś dzień?
Thanks for testing, I'll get the PR reviewed and merged shortly.
Fixed via #23
Is there an existing issue for this?
Current Behavior
Expected Behavior
Steps To Reproduce
update container
Environment
CPU architecture
x86-64
Docker creation