Skip to content

Commit 2f3c1cd

Browse files
authored
Update TensorRT_whisper.md
fix: typo in bash script name to build tensorrt engine
1 parent 703263b commit 2f3c1cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TensorRT_whisper.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ python -c "import torch; import tensorrt; import tensorrt_llm"
3737
- We build `small.en` and `small` multilingual TensorRT engine. The script logs the path of the directory with Whisper TensorRT engine. We need the model_path to run the server.
3838
```bash
3939
# convert small.en
40-
bash build_whisper_tensorrt /root/TensorRT-LLM-examples small.en
40+
bash scripts/build_whisper_tensorrt.sh /root/TensorRT-LLM-examples small.en
4141

4242
# convert small multilingual model
43-
bash build_whisper_tensorrt /root/TensorRT-LLM-examples small
43+
bash scripts/build_whisper_tensorrt.sh /root/TensorRT-LLM-examples small
4444
```
4545

4646
## Run WhisperLive Server with TensorRT Backend

0 commit comments

Comments
 (0)