Update TensorRT_whisper.md
fix: typo in bash script name to build tensorrt engine
This commit is contained in:
+2
-2
@@ -37,10 +37,10 @@ python -c "import torch; import tensorrt; import tensorrt_llm"
|
|||||||
- 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.
|
- 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.
|
||||||
```bash
|
```bash
|
||||||
# convert small.en
|
# convert small.en
|
||||||
bash build_whisper_tensorrt /root/TensorRT-LLM-examples small.en
|
bash scripts/build_whisper_tensorrt.sh /root/TensorRT-LLM-examples small.en
|
||||||
|
|
||||||
# convert small multilingual model
|
# convert small multilingual model
|
||||||
bash build_whisper_tensorrt /root/TensorRT-LLM-examples small
|
bash scripts/build_whisper_tensorrt.sh /root/TensorRT-LLM-examples small
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run WhisperLive Server with TensorRT Backend
|
## Run WhisperLive Server with TensorRT Backend
|
||||||
|
|||||||
Reference in New Issue
Block a user