Closed kalradivyanshu closed 6 months ago
Just to add running the backend with faster_whisper backend from inside the docker, with the same client works as expected.
With TensorRT-backend we take a longer audio chunk to start with because we havent added timestamp support there.
@makaveli10 so the microphone client doesn't work with tensorrt? Why is it crashing?
I am trying to use whisper base.en with tensorrt. I followed the steps and built the weights in the docker, it all worked. But when I try to connect using;
It just fails with:
I am using the latest whisper_live, Here is the GPU info:
Its nvidia L4.
I think its an issue with the VAD, which is weird, because in client I disabled the VAD, but any help would be very appreciated! Thanks!