-
Notifications
You must be signed in to change notification settings - Fork 325
Open
Description
... If you think this is a mistake, please open an issue.
I'm trying to run this model: https://huggingface.co/KBLab/kb-whisper-tiny
but I'm getting said error when I curl it:
curl http://localhost:8000/v1/audio/transcriptions \
-F "[email protected]" \
-F "model=KBLab/kb-whisper-tiny" \
-F "language=sv"
I'm running it in docker:
services:
speaches:
image: ghcr.io/speaches-ai/speaches:latest-cpu
ports:
- 8000:8000
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- WHISPER_MODEL=KBLab/kb-whisper-tiny
- LOCAL_ONLY=true
- HF_HUB_OFFLINE=1
- HF_HUB_DISABLE_XET=1
- PRELOAD_MODELS=["KBLab/kb-whisper-tiny"]
volumes:
- .../huggingface:/home/ubuntu/.cache/huggingface
I do indeed have my model in .../huggingface which I mount.
Metadata
Metadata
Assignees
Labels
No labels