Skip to content

Commit a39aee9

Browse files
update colab env
1 parent 6c9047d commit a39aee9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Whisper_Transcription_+_NeMo_Diarization.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@
2929
},
3030
"outputs": [],
3131
"source": [
32-
"!pip install faster-whisper>=1.1.0 ctranslate2==4.4.0\n",
32+
"!pip install \"faster-whisper>=1.1.0\"\n",
3333
"!pip install \"nemo-toolkit[asr]>=2.dev\"\n",
3434
"!pip install git+https://github.com/MahmoudAshraf97/demucs.git\n",
3535
"!pip install git+https://github.com/oliverguhr/deepmultilingualpunctuation.git\n",
36-
"!pip install git+https://github.com/MahmoudAshraf97/ctc-forced-aligner.git"
36+
"!pip install git+https://github.com/MahmoudAshraf97/ctc-forced-aligner.git\n",
37+
"!pip uninstall -y nvidia-cudnn-cu12"
3738
]
3839
},
3940
{
@@ -712,7 +713,7 @@
712713
"# Whether to enable music removal from speech, helps increase diarization quality but uses alot of ram\n",
713714
"enable_stemming = True\n",
714715
"\n",
715-
"# (choose from 'tiny.en', 'tiny', 'base.en', 'base', 'small.en', 'small', 'medium.en', 'medium', 'large-v1', 'large-v2', 'large-v3', 'large')\n",
716+
"# (choose from 'tiny.en', 'tiny', 'base.en', 'base', 'small.en', 'small', 'medium.en', 'medium', 'large-v1', 'large-v2', 'large-v3', 'large', 'turbo')\n",
716717
"whisper_model_name = \"large-v2\"\n",
717718
"\n",
718719
"# replaces numerical digits with their pronounciation, increases diarization accuracy\n",

0 commit comments

Comments
 (0)