Spaces:
Configuration error
Configuration error
Create requirements.txt
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==1.13.1
|
| 2 |
+
torchaudio==0.13.1
|
| 3 |
+
torchvision==0.14.1
|
| 4 |
+
transformers==4.27.0
|
| 5 |
+
accelerate==0.18.0
|
| 6 |
+
datasets==2.1.0
|
| 7 |
+
einops==0.6.1
|
| 8 |
+
h5py==3.8.0
|
| 9 |
+
huggingface_hub==0.13.3
|
| 10 |
+
importlib_metadata==6.3.0
|
| 11 |
+
librosa==0.9.2
|
| 12 |
+
matplotlib==3.5.2
|
| 13 |
+
numpy==1.23.0
|
| 14 |
+
omegaconf==2.3.0
|
| 15 |
+
packaging==23.1
|
| 16 |
+
pandas==1.4.1
|
| 17 |
+
progressbar33==2.4
|
| 18 |
+
protobuf==3.20.*
|
| 19 |
+
resampy==0.4.2
|
| 20 |
+
scikit_image==0.19.3
|
| 21 |
+
scikit_learn==1.2.2
|
| 22 |
+
scipy==1.8.0
|
| 23 |
+
soundfile==0.12.1
|
| 24 |
+
ssr_eval==0.0.6
|
| 25 |
+
torchlibrosa==0.1.0
|
| 26 |
+
tqdm==4.63.1
|