Skip to content
Nick Young edited this page Jun 26, 2024 · 3 revisions

Run whisper:

docker run --name whisper --restart=always -d --gpus all -p 9000:9000 -e ASR_MODEL=large-v3 -e ASR_ENGINE=faster_whisper onerahmet/openai-whisper-asr-webservice:latest-gpu

or

docker run -e HF_TOKEN=hf_abcdefg --name insanely-fast-whisper-api --restart=always -d --gpus all -p 9000:9000 insanely-fast-whisper-api

Clone this wiki locally