Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +15 -10
requirements.txt
CHANGED
|
@@ -1,14 +1,19 @@
|
|
| 1 |
torch==2.2.0
|
| 2 |
-
torchaudio==2.2.0
|
| 3 |
-
omegaconf
|
| 4 |
-
einops
|
| 5 |
numpy<2
|
| 6 |
-
sentencepiece
|
| 7 |
git+https://github.com/KingNish24/transformers.git@yue-patch
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
gradio==5.42.0
|
| 13 |
-
uvicorn
|
| 14 |
-
spaces
|
|
|
|
| 1 |
torch==2.2.0
|
| 2 |
+
torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cu118
|
| 3 |
+
omegaconf
|
| 4 |
+
einops
|
| 5 |
numpy<2
|
|
|
|
| 6 |
git+https://github.com/KingNish24/transformers.git@yue-patch
|
| 7 |
+
sentencepiece
|
| 8 |
+
tqdm
|
| 9 |
+
tensorboard
|
| 10 |
+
descript-audiotools>=0.7.2
|
| 11 |
+
descript-audio-codec
|
| 12 |
+
scipy==1.10.1
|
| 13 |
+
huggingface-hub>=0.33.5,<1.0
|
| 14 |
+
wheel
|
| 15 |
+
accelerate>=0.31.0
|
| 16 |
+
bitsandbytes>=0.43.3
|
| 17 |
gradio==5.42.0
|
| 18 |
+
uvicorn>=0.14.0
|
| 19 |
+
spaces
|