Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
CPU requirements
Browse files- requirements.txt +79 -0
requirements.txt
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altgraph==0.17
|
2 |
+
antlr4-python3-runtime==4.8
|
3 |
+
appdirs==1.4.4
|
4 |
+
audioread==2.1.9
|
5 |
+
certifi==2020.12.5
|
6 |
+
cffi==1.14.4
|
7 |
+
chardet==3.0.4
|
8 |
+
click==8.0.1
|
9 |
+
colorama==0.4.4
|
10 |
+
Cython==0.29.24
|
11 |
+
decorator==4.4.2
|
12 |
+
Deprecated==1.2.13
|
13 |
+
docopt==0.6.2
|
14 |
+
editdistance==0.5.3
|
15 |
+
fairseq==0.10.0
|
16 |
+
ffmpeg-normalize==1.22.4
|
17 |
+
ffmpeg-progress-yield==0.2.0
|
18 |
+
filelock==3.0.12
|
19 |
+
future==0.18.2
|
20 |
+
g2pC==0.9.9.3
|
21 |
+
huggingface-hub==0.0.16
|
22 |
+
hydra-core==1.1.1
|
23 |
+
idna==2.10
|
24 |
+
importlib-metadata==2.0.0
|
25 |
+
importlib-resources==5.2.2
|
26 |
+
inflect==4.1.0
|
27 |
+
jaconv==0.3
|
28 |
+
joblib==0.17.0
|
29 |
+
librosa==0.8.0
|
30 |
+
llvmlite==0.34.0
|
31 |
+
num2words==0.5.10
|
32 |
+
numba==0.51.2
|
33 |
+
numpy==1.19.5
|
34 |
+
omegaconf==2.1.1
|
35 |
+
packaging==21.0
|
36 |
+
pefile==2019.4.18
|
37 |
+
Pillow==8.1.0
|
38 |
+
pip==20.3.3
|
39 |
+
pkuseg==0.0.25
|
40 |
+
pooch==1.3.0
|
41 |
+
portalocker==2.3.2
|
42 |
+
pycparser==2.20
|
43 |
+
pydub==0.25.1
|
44 |
+
pyinstaller==4.0
|
45 |
+
pyinstaller-hooks-contrib==2020.9
|
46 |
+
pykakasi==2.2.1
|
47 |
+
pyparsing==2.4.7
|
48 |
+
python-crfsuite==0.9.8
|
49 |
+
pywin32==301
|
50 |
+
pywin32-ctypes==0.2.0
|
51 |
+
PyYAML==5.4.1
|
52 |
+
regex==2021.8.28
|
53 |
+
requests==2.25.1
|
54 |
+
resampy==0.2.2
|
55 |
+
Resemblyzer==0.1.1.dev0
|
56 |
+
sacrebleu==2.0.0
|
57 |
+
sacremoses==0.0.45
|
58 |
+
scikit-learn==0.23.2
|
59 |
+
scipy==1.5.2
|
60 |
+
setuptools==51.1.2
|
61 |
+
six==1.15.0
|
62 |
+
sklearn-crfsuite==0.3.6
|
63 |
+
SoundFile==0.10.3.post1
|
64 |
+
tabulate==0.8.9
|
65 |
+
threadpoolctl==2.1.0
|
66 |
+
tokenizers==0.10.3
|
67 |
+
torch==1.9.0
|
68 |
+
torchaudio==0.9.0
|
69 |
+
torchvision==0.10.0
|
70 |
+
tqdm==4.62.2
|
71 |
+
transformers==4.10.0
|
72 |
+
typing==3.7.4.3
|
73 |
+
typing-extensions==3.7.4.3
|
74 |
+
Unidecode==1.1.1
|
75 |
+
urllib3==1.26.2
|
76 |
+
webrtcvad==2.0.10
|
77 |
+
wheel==0.36.2
|
78 |
+
wrapt==1.14.1
|
79 |
+
zipp==3.4.0
|