File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313
1414install-dependencies-e2e-tests :
1515 pip install --force-reinstall faster-whisper==1.2.0 " ctranslate2==4.0.0"
16- pip install --force-reinstall " pyannote.audio<4.0.0" " torchaudio<2.9.0"
16+ pip install --force-reinstall " pyannote.audio<4.0.0" " torchaudio<2.9.0" " huggingface_hub==0.36.0 "
1717
1818run-e2e-tests :
1919 CT2_USE_MKL=" False" CT2_FORCE_CPU_ISA=' GENERIC' KMP_DUPLICATE_LIB_OK=" TRUE" nose2 -s e2e-tests
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ There is experimental diarization support using [`pyannote.audio`](https://githu
152152
153153To enable diarization you need to follow these steps:
154154
155- 1 . Install [ ` pyannote.audio ` ] ( https://github.com/pyannote/pyannote-audio ) with ` pip install "pyannote.audio<4.0.0" "torchaudio<2.9.0" `
155+ 1 . Install [ ` pyannote.audio ` ] ( https://github.com/pyannote/pyannote-audio ) with ` pip install "pyannote.audio<4.0.0" "torchaudio<2.9.0" "huggingface_hub==0.36.0" `
1561562 . Accept [ ` pyannote/segmentation-3.0 ` ] ( https://hf.co/pyannote/segmentation-3.0 ) user conditions
1571573 . Accept [ ` pyannote/speaker-diarization-3.1 ` ] ( https://hf.co/pyannote/speaker-diarization-3.1 ) user conditions
1581584 . Create an access token at [ ` hf.co/settings/tokens ` ] ( https://hf.co/settings/tokens ) .
You can’t perform that action at this time.
0 commit comments