The whisper colab today failed with these message. I think some package are changed. Anyone know how to fix this?
Encoding audio...
Running VAD...
Using cache found in /root/.cache/torch/hub/snakers4_silero-vad_master
---------------------------------------------------------------------------
OSError Traceback (most recent call last)
<ipython-input-2-1b50d0fa71d6> in <cell line: 72>()
70
71 print("Running VAD...")
---> 72 model, utils = torch.hub.load(
73 repo_or_dir="snakers4/silero-vad", model="silero_vad", onnx=False
74 )
11 frames
/usr/lib/python3.10/ctypes/__init__.py in __init__(self, name, mode, handle, use_errno, use_last_error, winmode)
372
373 if handle is None:
--> 374 self._handle = _dlopen(self._name, mode)
375 else:
376 self._handle = handle
OSError: /usr/local/lib/python3.10/dist-packages/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZN3c104cuda9SetDeviceEi