dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
2.18k stars 446 forks source link

Agent Studio VADFilter update #568

Open BorishDugdum opened 3 months ago

BorishDugdum commented 3 months ago

silero_vad was recently updated and doesn't work with latest jetson_containers nano_llm.studio. I was able to get it working by editing /opt/whisper_trt/whisper_trt/vad.py and updating the SILERO_VAD_ONX_URL to point to the previous commit: https://raw.githubusercontent.com/snakers4/silero-vad/1baf307b35ab3bbb070ab374b43a0a3c3604fa2a/files/silero_vad.onnx

dusty-nv commented 3 months ago

Thanks @BorishDugdum ! Just patched this in https://github.com/NVIDIA-AI-IOT/whisper_trt/commit/0c40ee2cf8589cd6df6e41a2ae074134b42448bb and am rebuilding the containers now :+1: