Update README.md

Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
This commit is contained in:
makaveli
2024-01-24 10:09:22 +05:30
committed by GitHub
parent bd543295f3
commit 5cd59b1e4c
+1 -1
View File
@@ -34,7 +34,7 @@ python3 run_server.py --port 9090 \
-fw "/path/to/custom/faster/whisper/model" -fw "/path/to/custom/faster/whisper/model"
``` ```
- TensorRT backend. Currently, we only recommend 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. - 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.
```bash ```bash
# Run English only model # Run English only model
python3 run_server.py -p 9090 \ python3 run_server.py -p 9090 \