Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
torch==2.4.1
|
| 3 |
+
gradio>=4.0.0
|
| 4 |
+
transformers>=4.35.0
|
| 5 |
+
soundfile>=0.12.0
|
| 6 |
+
librosa>=0.10.0
|
| 7 |
+
numpy>=1.24.0
|
| 8 |
+
datasets>=2.14.0
|
| 9 |
+
huggingface-hub>=0.19.0
|
| 10 |
+
accelerate>=0.24.0
|
| 11 |
+
xcodec2==1.3.0
|