WhisperLive icon indicating copy to clipboard operation
WhisperLive copied to clipboard

TensorRT backend gives no output

Open jasonngap1 opened this issue 1 year ago • 0 comments

Hi, I have built a TensoRT engine and tried running the command:

python3 run_server.py -p 9090 -b tensorrt -trt {path_to_engine}

but the only output that I have received is the below:

INFO:root:Custom model option was provided. Switching to single model mode.

Is there something that I am doing wrong? I built the model using the repo here: https://github.com/k2-fsa/sherpa/tree/master/triton/whisper

jasonngap1 avatar Aug 05 '24 03:08 jasonngap1