From 5cd59b1e4c3b54bc23d96ce4bb52091ec9f7af80 Mon Sep 17 00:00:00 2001 From: makaveli <39617050+makaveli10@users.noreply.github.com> Date: Wed, 24 Jan 2024 10:09:22 +0530 Subject: [PATCH] Update README.md Co-authored-by: Marcus Edel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff7fd29..a0ad286 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ python3 run_server.py --port 9090 \ -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 # Run English only model python3 run_server.py -p 9090 \