From f5d8056eada308f5d4be222dff84fc8b2e2f9fef Mon Sep 17 00:00:00 2001 From: Jaikinator Date: Fri, 22 Sep 2023 21:27:15 +0200 Subject: [PATCH] fixed bug appearing torch installation using pip --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 247e608..dd6ef61 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ The following command will pull and install the latest commit from this reposito - **PyTorch version**: Python 1.11.0 - **CUDA version**: Cuda-toolkit 11.3.1 +In order to run `scraibe` properly, it is recommended to reinstall `pytoch` using: + + pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0+cu113 --extra-index-url https://download.pytorch.org/whl/cu113 + +This ensures that the right torchaudio version is installed. Important: For the `Pyannote` model, you need to be granted access to Hugging Face. Check the [Pyannote model page](https://huggingface.co/pyannote/speaker-diarization) to get access to the model.