Update README: fix typo
Signed-off-by: makaveli10 <vineet.suryan@collabora.com>
This commit is contained in:
@@ -127,10 +127,10 @@ client(hls_url="http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_1xtra/b
|
|||||||
```bash
|
```bash
|
||||||
docker run -p 9090:9090 --runtime=nvidia --gpus all --entrypoint /bin/bash -it ghcr.io/collabora/whisperlive-tensorrt
|
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
|
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 \
|
python3 run_server.py --port 9090 \
|
||||||
--backend tensorrt \
|
--backend tensorrt \
|
||||||
--trt_model_path "/app/TensorRT-LLM-examples/whisper/whisper_small_en"
|
--trt_model_path "/app/TensorRT-LLM-examples/whisper/whisper_small_en"
|
||||||
|
|||||||
Reference in New Issue
Block a user