Hey,
the Google Colab "Standard Whisper" doesn't work anymore.
getting the following error.
`/usr/local/lib/python3.10/dist-packages/torchaudio/_extension/utils.py in _check_cuda_version()
190 t_version = f"{t_version[0]}.{t_version[1]}"
191 if ta_version != t_version:
--> 192 raise RuntimeError(
193 "Detected that PyTorch and TorchAudio were compiled with different CUDA versions. "
194 f"PyTorch has CUDA version {t_version} whereas TorchAudio has CUDA version {ta_version}. "
RuntimeError: Detected that PyTorch and TorchAudio were compiled with different CUDA versions. PyTorch has CUDA version 12.1 whereas TorchAudio has CUDA version 11.8. Please install the TorchAudio version that matches your PyTorch version.`
Hey, the Google Colab "Standard Whisper" doesn't work anymore. getting the following error. `/usr/local/lib/python3.10/dist-packages/torchaudio/_extension/utils.py in _check_cuda_version() 190 t_version = f"{t_version[0]}.{t_version[1]}" 191 if ta_version != t_version: --> 192 raise RuntimeError( 193 "Detected that PyTorch and TorchAudio were compiled with different CUDA versions. " 194 f"PyTorch has CUDA version {t_version} whereas TorchAudio has CUDA version {ta_version}. "
RuntimeError: Detected that PyTorch and TorchAudio were compiled with different CUDA versions. PyTorch has CUDA version 12.1 whereas TorchAudio has CUDA version 11.8. Please install the TorchAudio version that matches your PyTorch version.`