Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +23 -22
requirements.txt
CHANGED
|
@@ -1,23 +1,24 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
black
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
|
|
|
| 23 |
soundfile==0.12.1
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
+
torch==2.4.0
|
| 3 |
+
accelerate==1.0.1
|
| 4 |
+
appdirs==1.4.4
|
| 5 |
+
loralib==0.1.2
|
| 6 |
+
bitsandbytes==0.44.1
|
| 7 |
+
black==24.10.0
|
| 8 |
+
black[jupyter]
|
| 9 |
+
datasets==2.19.0
|
| 10 |
+
fire==0.6.0
|
| 11 |
+
peft==0.13.2
|
| 12 |
+
transformers==4.39.1
|
| 13 |
+
sentencepiece==0.2.0
|
| 14 |
+
py7zr==0.22.0
|
| 15 |
+
scipy==1.14.1
|
| 16 |
+
optimum==1.23.1
|
| 17 |
+
wandb==0.18.3
|
| 18 |
+
hydra-core==1.3.2
|
| 19 |
+
openai-whisper==20240930
|
| 20 |
+
huggingface-hub==0.25.0
|
| 21 |
+
numpy==1.26.4
|
| 22 |
+
snac==1.2.1
|
| 23 |
+
torch==2.4.1
|
| 24 |
soundfile==0.12.1
|