Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
|
@@ -1,13 +1,9 @@
|
|
| 1 |
torch
|
| 2 |
-
|
| 3 |
-
accelerate>=0.31
|
| 4 |
-
gradio>=4.31
|
| 5 |
-
hf_spaces>=0.3.0
|
| 6 |
soundfile
|
| 7 |
safetensors
|
| 8 |
sentencepiece
|
| 9 |
-
protobuf<
|
|
|
|
| 10 |
git+https://github.com/huggingface/transformers
|
| 11 |
-
git+https://github.com/hubertsiuzdak/snac
|
| 12 |
-
|
| 13 |
-
|
|
|
|
| 1 |
torch
|
| 2 |
+
accelerate>=1.0.0
|
|
|
|
|
|
|
|
|
|
| 3 |
soundfile
|
| 4 |
safetensors
|
| 5 |
sentencepiece
|
| 6 |
+
protobuf<4
|
| 7 |
+
spaces
|
| 8 |
git+https://github.com/huggingface/transformers
|
| 9 |
+
git+https://github.com/hubertsiuzdak/snac
|
|
|
|
|
|