Spaces:
No application file
No application file
Create requirements.txt
Browse files- requirements.txt +81 -0
requirements.txt
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
blis==0.7.9
|
2 |
+
cachetools==5.3.1
|
3 |
+
catalogue==2.0.8
|
4 |
+
certifi==2023.5.7
|
5 |
+
charset-normalizer==3.1.0
|
6 |
+
click==8.1.3
|
7 |
+
cmake==3.26.3
|
8 |
+
confection==0.0.4
|
9 |
+
cymem==2.0.7
|
10 |
+
decorator==4.4.2
|
11 |
+
ffmpeg-python==0.2.0
|
12 |
+
filelock==3.12.0
|
13 |
+
future==0.18.3
|
14 |
+
google-api-core==2.11.0
|
15 |
+
google-auth==2.19.1
|
16 |
+
google-cloud-core==2.3.2
|
17 |
+
google-cloud-speech==2.20.0
|
18 |
+
google-cloud-texttospeech==2.14.1
|
19 |
+
google-cloud-translate==3.11.1
|
20 |
+
googleapis-common-protos==1.59.0
|
21 |
+
grpcio==1.54.2
|
22 |
+
grpcio-status==1.54.2
|
23 |
+
idna==3.4
|
24 |
+
imageio==2.30.0
|
25 |
+
imageio-ffmpeg==0.4.8
|
26 |
+
Jinja2==3.1.2
|
27 |
+
langcodes==3.3.0
|
28 |
+
lit==16.0.5.post0
|
29 |
+
llvmlite==0.39.1
|
30 |
+
MarkupSafe==2.1.3
|
31 |
+
more-itertools==9.1.0
|
32 |
+
moviepy==1.0.3
|
33 |
+
mpmath==1.3.0
|
34 |
+
murmurhash==1.0.9
|
35 |
+
networkx==3.1
|
36 |
+
nvidia-cublas-cu11==11.10.3.66
|
37 |
+
nvidia-cuda-cupti-cu11==11.7.101
|
38 |
+
nvidia-cuda-nvrtc-cu11==11.7.99
|
39 |
+
nvidia-cuda-runtime-cu11==11.7.99
|
40 |
+
nvidia-cudnn-cu11==8.5.0.96
|
41 |
+
nvidia-cufft-cu11==10.9.0.58
|
42 |
+
nvidia-curand-cu11==10.2.10.91
|
43 |
+
nvidia-cusolver-cu11==11.4.0.1
|
44 |
+
nvidia-cusparse-cu11==11.7.4.91
|
45 |
+
nvidia-nccl-cu11==2.14.3
|
46 |
+
nvidia-nvtx-cu11==11.7.91
|
47 |
+
openai-whisper==20230314
|
48 |
+
packaging==23.1
|
49 |
+
pathy==0.10.1
|
50 |
+
Pillow==9.5.0
|
51 |
+
preshed==3.0.8
|
52 |
+
proglog==0.1.10
|
53 |
+
proto-plus==1.22.2
|
54 |
+
protobuf==4.23.2
|
55 |
+
pyasn1==0.5.0
|
56 |
+
pyasn1-modules==0.3.0
|
57 |
+
pydantic==1.10.8
|
58 |
+
pydub==0.25.1
|
59 |
+
pyphen==0.14.0
|
60 |
+
regex==2023.6.3
|
61 |
+
requests==2.31.0
|
62 |
+
rsa==4.9
|
63 |
+
six==1.16.0
|
64 |
+
smart-open==6.3.0
|
65 |
+
spacy==3.5.3
|
66 |
+
spacy-legacy==3.0.12
|
67 |
+
spacy-loggers==1.0.4
|
68 |
+
spacy-syllables==3.0.2
|
69 |
+
srsly==2.4.6
|
70 |
+
sympy==1.12
|
71 |
+
thinc==8.1.10
|
72 |
+
tiktoken==0.3.1
|
73 |
+
torch==2.0.1
|
74 |
+
tqdm==4.65.0
|
75 |
+
triton==2.0.0
|
76 |
+
typer==0.7.0
|
77 |
+
typing_extensions==4.6.3
|
78 |
+
urllib3==1.26.16
|
79 |
+
wasabi==1.1.1
|
80 |
+
numba==0.56.4
|
81 |
+
numpy==1.23.5
|