federicocosta1989 commited on
Commit
429e226
·
verified ·
1 Parent(s): 0a376a0

Update requirements.txt

Browse files

trying new cofigs to fix the faster_whisper-ctranslate2-torch compatibility

Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- ctranslate2==4.4.0
2
  faster_whisper
3
- torch
4
- torchaudio
 
5
  transformers
6
  hf_transfer
7
  pyannote.audio
 
1
+ ctranslate2>4.4.0
2
  faster_whisper
3
+ --extra-index-url https://download.pytorch.org/whl/cu118
4
+ torch==2.7.1+cu118
5
+ torchaudio==2.7.1+cu118
6
  transformers
7
  hf_transfer
8
  pyannote.audio