From a317597f019585f87bd8894e98deebae74be2965 Mon Sep 17 00:00:00 2001 From: makaveli10 Date: Mon, 16 Sep 2024 00:32:16 -0400 Subject: [PATCH] Update README: fix typo Signed-off-by: makaveli10 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c242c2..2f98b9b 100644 --- a/README.md +++ b/README.md @@ -127,10 +127,10 @@ client(hls_url="http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_1xtra/b ```bash docker run -p 9090:9090 --runtime=nvidia --gpus all --entrypoint /bin/bash -it ghcr.io/collabora/whisperlive-tensorrt - # Build tiny.en engine + # Build small.en engine bash build_whisper_tensorrt.sh /app/TensorRT-LLM-examples small.en - # Run server with tiny.en + # Run server with small.en python3 run_server.py --port 9090 \ --backend tensorrt \ --trt_model_path "/app/TensorRT-LLM-examples/whisper/whisper_small_en"