Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -13
requirements.txt
CHANGED
|
@@ -1,17 +1,14 @@
|
|
| 1 |
torch==2.2.0
|
| 2 |
-
torchaudio==2.2.0
|
| 3 |
-
omegaconf
|
| 4 |
-
einops
|
| 5 |
numpy<2
|
| 6 |
-
git+https://github.com/KingNish24/transformers.git@yue-patch
|
| 7 |
sentencepiece
|
| 8 |
-
|
| 9 |
-
tensorboard
|
| 10 |
-
descript-audiotools>=0.7.2
|
| 11 |
-
descript-audio-codec
|
| 12 |
-
scipy==1.10.1
|
| 13 |
huggingface-hub==0.25.2
|
| 14 |
-
|
| 15 |
-
accelerate
|
| 16 |
-
|
| 17 |
-
|
|
|
|
|
|
|
|
|
| 1 |
torch==2.2.0
|
| 2 |
+
torchaudio==2.2.0
|
| 3 |
+
omegaconf==2.3.0
|
| 4 |
+
einops==0.8.1
|
| 5 |
numpy<2
|
|
|
|
| 6 |
sentencepiece
|
| 7 |
+
git+https://github.com/KingNish24/transformers.git@yue-patch
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
huggingface-hub==0.25.2
|
| 9 |
+
bitsandbytes==0.43.3
|
| 10 |
+
accelerate==1.11.0
|
| 11 |
+
protobuf==3.20.3
|
| 12 |
+
gradio==5.42.0
|
| 13 |
+
uvicorn
|
| 14 |
+
spaces
|