Spaces:
Running on Zero
Running on Zero
Update Requirements.txt
#22
by vex784 - opened
- requirements.txt +5 -10
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
accelerate==1.8.1
|
| 2 |
-
descript-audiotools==0.7.2
|
| 3 |
transformers==4.52.1
|
| 4 |
tokenizers==0.21.0
|
| 5 |
cn2an==0.5.22
|
|
@@ -8,25 +7,21 @@ Cython==3.0.7
|
|
| 8 |
g2p-en==2.1.0
|
| 9 |
jieba==0.42.1
|
| 10 |
json5==0.10.0
|
| 11 |
-
keras=
|
| 12 |
numba==0.58.1
|
| 13 |
numpy==1.26.2
|
| 14 |
pandas==2.1.3
|
| 15 |
matplotlib==3.8.2
|
| 16 |
munch==4.0.0
|
| 17 |
opencv-python==4.9.0.80
|
| 18 |
-
tensorboard=
|
| 19 |
librosa==0.10.2.post1
|
| 20 |
safetensors==0.5.2
|
| 21 |
-
deepspeed==0.17.1
|
| 22 |
modelscope==1.27.0
|
| 23 |
omegaconf
|
| 24 |
-
sentencepiece
|
| 25 |
-
gradio
|
| 26 |
tqdm
|
| 27 |
textstat
|
| 28 |
huggingface_hub
|
| 29 |
-
spaces
|
| 30 |
-
|
| 31 |
-
WeTextProcessing; platform_machine != "Darwin"
|
| 32 |
-
wetext; platform_system == "Darwin"
|
|
|
|
| 1 |
accelerate==1.8.1
|
|
|
|
| 2 |
transformers==4.52.1
|
| 3 |
tokenizers==0.21.0
|
| 4 |
cn2an==0.5.22
|
|
|
|
| 7 |
g2p-en==2.1.0
|
| 8 |
jieba==0.42.1
|
| 9 |
json5==0.10.0
|
| 10 |
+
keras>=2.9.0
|
| 11 |
numba==0.58.1
|
| 12 |
numpy==1.26.2
|
| 13 |
pandas==2.1.3
|
| 14 |
matplotlib==3.8.2
|
| 15 |
munch==4.0.0
|
| 16 |
opencv-python==4.9.0.80
|
| 17 |
+
tensorboard>=2.9.1
|
| 18 |
librosa==0.10.2.post1
|
| 19 |
safetensors==0.5.2
|
|
|
|
| 20 |
modelscope==1.27.0
|
| 21 |
omegaconf
|
| 22 |
+
sentencepiece>=0.1.99
|
| 23 |
+
gradio>=4.0.0
|
| 24 |
tqdm
|
| 25 |
textstat
|
| 26 |
huggingface_hub
|
| 27 |
+
spaces>=0.8.0
|
|
|
|
|
|
|
|
|