Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +21 -6
requirements.txt
CHANGED
|
@@ -1,11 +1,26 @@
|
|
| 1 |
-
torch
|
| 2 |
-
|
| 3 |
-
|
|
|
|
| 4 |
transformers
|
|
|
|
|
|
|
| 5 |
einops
|
|
|
|
| 6 |
git+https://github.com/m-bain/whisperx.git
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
| 8 |
wandb
|
| 9 |
-
ffmpeg
|
| 10 |
pydub
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.2.2
|
| 2 |
+
torchaudio==2.2.2
|
| 3 |
+
torchvision==0.17.2
|
| 4 |
+
|
| 5 |
transformers
|
| 6 |
+
accelerate
|
| 7 |
+
peft
|
| 8 |
einops
|
| 9 |
+
|
| 10 |
git+https://github.com/m-bain/whisperx.git
|
| 11 |
+
|
| 12 |
+
# safer version
|
| 13 |
+
bitsandbytes==0.43.1
|
| 14 |
+
|
| 15 |
wandb
|
|
|
|
| 16 |
pydub
|
| 17 |
+
|
| 18 |
+
# important fix
|
| 19 |
+
gradio>=4.40.0
|
| 20 |
+
|
| 21 |
+
fastapi
|
| 22 |
+
uvicorn
|
| 23 |
+
websockets
|
| 24 |
+
|
| 25 |
+
spaces
|
| 26 |
+
ffmpeg-python
|