i am using colab
first i run this:
!sudo apt update
!sudo apt install -y ffmpeg cython3
then:
!git clone https://github.com/MahmoudAshraf97/whisper-diarization.git
then:
!pip install -c /content/whisper-diarization/constraints.txt -r /content/whisper-diarization/requirements.txt
then it shows a megatron module not found
so i install it:
!pip install megatron-core
then:
!python /content/whisper-diarization/diarize.py -a "audio_file" --no-stem
this error shows:
RuntimeError: cuDNN version incompatibility: PyTorch was compiled against (9, 10, 2) but found runtime version (9, 2, 1). PyTorch already comes bundled with cuDNN. One option to resolving this error is to ensure PyTorch can find the bundled cuDNN. one possibility is that there is a conflicting cuDNN in LD_LIBRARY_PATH.
i am using colab
first i run this:
then:
!git clone https://github.com/MahmoudAshraf97/whisper-diarization.gitthen:
!pip install -c /content/whisper-diarization/constraints.txt -r /content/whisper-diarization/requirements.txtthen it shows a megatron module not found
so i install it:
!pip install megatron-corethen:
!python /content/whisper-diarization/diarize.py -a "audio_file" --no-stemthis error shows: