Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +21 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
git+https://github.com/huggingface/transformers
|
| 3 |
accelerate
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchvision>=0.15.0
|
| 3 |
+
torchaudio>=2.0.0
|
| 4 |
+
gradio==4.14.0
|
| 5 |
+
langchain==0.1.0
|
| 6 |
+
moviepy==1.0.3
|
| 7 |
+
numpy==1.24.1
|
| 8 |
+
pyannote.audio==3.1.0
|
| 9 |
+
pyannote.core==5.0.0
|
| 10 |
+
pyannote.database==5.0.1
|
| 11 |
+
pyannote.metrics==3.2.1
|
| 12 |
+
pyannote.pipeline==3.0.1
|
| 13 |
+
pytube==15.0.0
|
| 14 |
+
Requests==2.31.0
|
| 15 |
+
sentence-transformers
|
| 16 |
+
ctransformers
|
| 17 |
+
accelerate
|
| 18 |
+
pre-commit==3.4.0
|
| 19 |
+
autollm==0.1.9
|
| 20 |
+
speechbrain==0.5.16
|
| 21 |
+
bitsandbytes
|
| 22 |
git+https://github.com/huggingface/transformers
|
| 23 |
accelerate
|