We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl http://localhost:10300/v1/audio/transcriptions -F "file=@33秒.mp3"
do not response anything.
return audio text
docker run -d --name=faster-whisper -e PUID=1000 -e PGID=1000 -e WHISPER_MODEL=tiny-int8 -p 10300:10300 -v E:\02.docker\whisper:/config --restart unless-stopped lscr.io/linuxserver/faster-whisper:latest
- OS:Windows 11 - How docker service was installed:
x86-64
C:\Users\syzby>docker logs faster-whisper [migrations] started [migrations] no migrations found ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 1000 User GID: 1000 ─────────────────────────────────────── Linuxserver.io version: v2.4.0-ls62 Build-date: 2024-12-30T14:35:11+00:00 ─────────────────────────────────────── [custom-init] No custom files found, skipping... INFO:__main__:Ready Connection to localhost (127.0.0.1) 10300 port [tcp/*] succeeded! [ls.io-init] done. [migrations] started [migrations] no migrations found usermod: no changes ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 1000 User GID: 1000 ─────────────────────────────────────── Linuxserver.io version: v2.4.0-ls62 Build-date: 2024-12-30T14:35:11+00:00 ─────────────────────────────────────── [custom-init] No custom files found, skipping... INFO:__main__:Ready Connection to localhost (127.0.0.1) 10300 port [tcp/*] succeeded! [ls.io-init] done.
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Sorry, something went wrong.
Same here... running with docker compose on rpi-4 but i get no response at all, just timeouts... nothing unusual in the logs...
No branches or pull requests
Is there an existing issue for this?
Current Behavior
curl http://localhost:10300/v1/audio/transcriptions -F "file=@33秒.mp3"
do not response anything.
Expected Behavior
return audio text
Steps To Reproduce
docker run -d --name=faster-whisper -e PUID=1000 -e PGID=1000 -e WHISPER_MODEL=tiny-int8 -p 10300:10300 -v E:\02.docker\whisper:/config --restart unless-stopped lscr.io/linuxserver/faster-whisper:latest
curl http://localhost:10300/v1/audio/transcriptions -F "file=@33秒.mp3"
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: