Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse filestrying new cofigs to fix the faster_whisper-ctranslate2-torch compatibility
- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
ctranslate2
|
2 |
faster_whisper
|
3 |
-
|
4 |
-
|
|
|
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
|