Merge pull request #378 from makaveli10/auto_convert_faster_whisper

Auto convert hf custom whisper to ct2(faster-whisper)
This commit is contained in:
makaveli
2025-06-02 17:52:19 +05:30
committed by GitHub
5 changed files with 55 additions and 27 deletions
+2 -1
View File
@@ -47,10 +47,11 @@ The server supports 3 backends `faster_whisper`, `tensorrt` and `openvino`. If r
python3 run_server.py --port 9090 \
--backend faster_whisper
# running with custom model
# running with custom model and cache_dir to save auto-converted ctranslate2 models
python3 run_server.py --port 9090 \
--backend faster_whisper \
-fw "/path/to/custom/faster/whisper/model"
-c ~/.cache/whisper-live/
```
- TensorRT backend. Currently, we recommend to only use the docker setup for TensorRT. Follow [TensorRT_whisper readme](https://github.com/collabora/WhisperLive/blob/main/TensorRT_whisper.md) which works as expected. Make sure to build your TensorRT Engines before running the server with TensorRT backend.