Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
transformers
|
|
|
|
| 2 |
git+https://github.com/m-bain/whisperx.git
|
| 3 |
numpy
|
| 4 |
pandas
|
|
@@ -7,15 +8,18 @@ pyperclip
|
|
| 7 |
sentencepiece
|
| 8 |
gradio==4.43.0
|
| 9 |
speechbrain==0.5.16
|
| 10 |
-
torch==2.
|
| 11 |
-
torchaudio==2.
|
|
|
|
| 12 |
faster-whisper==1.0.0
|
| 13 |
setuptools>=65
|
| 14 |
nltk
|
| 15 |
python-dotenv
|
| 16 |
ctranslate2
|
| 17 |
nvidia-cublas-cu11
|
| 18 |
-
# nvidia-cudnn-cu11==8.8.1.3
|
| 19 |
torchvision
|
| 20 |
cdifflib
|
| 21 |
-
pydub
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
transformers
|
| 2 |
+
accelerate
|
| 3 |
git+https://github.com/m-bain/whisperx.git
|
| 4 |
numpy
|
| 5 |
pandas
|
|
|
|
| 8 |
sentencepiece
|
| 9 |
gradio==4.43.0
|
| 10 |
speechbrain==0.5.16
|
| 11 |
+
torch==2.2.0 --index-url https://download.pytorch.org/whl/cu118
|
| 12 |
+
torchaudio==2.2.0
|
| 13 |
+
flash-attention
|
| 14 |
faster-whisper==1.0.0
|
| 15 |
setuptools>=65
|
| 16 |
nltk
|
| 17 |
python-dotenv
|
| 18 |
ctranslate2
|
| 19 |
nvidia-cublas-cu11
|
|
|
|
| 20 |
torchvision
|
| 21 |
cdifflib
|
| 22 |
+
pydub
|
| 23 |
+
ctranslate2==4.4.0
|
| 24 |
+
pyctcdecode
|
| 25 |
+
datasets
|