Skip to content

Cant run the project as following the readme steps #346

Description

@Abdlrhman00

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions