It seems to be an incompatibility with the newer pytorch version and the VAD code. Not sure how to fix it yet.
The problematic function seems to be this:
https://pytorch.org/docs/stable/hub.html#torch.hub.load and I don't see an "onnx" parameter(but probably is a custom parameter for VAD) in that doc, but removing it doesn't help.
I don't see any other obvious problems with it so would require knowing more about the code.
You can always try to open an issue on the github page of the guy who made it:
https://github.com/ANonEntity/WhisperWithVAD/issues
Might also be an issue with whisper not supporting "triton-2.1.0" yet and waiting for a new version of it will fix it all since it does seem to force install an older version if we install the new one manually before, hard to say exactly and I can't mess too much with stuff atm.