File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1212 pip3 install --force-reinstall .
1313
1414install-dependencies-e2e-tests :
15- echo ctranslate2==4.0.0 > constraints.txt
16- pip install --force-reinstall -c constraints.txt faster-whisper==1.2.0
17- echo numpy==1.26 > constraints.txt
18- pip install --force-reinstall -c constraints.txt pyannote.audio==3.3.1
15+ 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"
1917
2018run-e2e-tests :
2119 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 `
155+ 1 . Install [ ` pyannote.audio ` ] ( https://github.com/pyannote/pyannote-audio ) with ` pip install " pyannote.audio<4.0.0" "torchaudio<2.9.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