EtienneAb3d / WhisperHallu

Experimental code: sound file preprocessing to optimize Whisper transcriptions without hallucinated texts
274 stars 22 forks source link

Google Colab Error #22

Closed mad1m closed 9 months ago

mad1m commented 1 year ago

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.`

EtienneAb3d commented 9 months ago

@mad1m Sorry for the delay.. I just took the time to test it. All seems to work properly now. ;-)

mad1m commented 9 months ago

Thanks! it works now