smakamali commited on
Commit
35f20b4
1 Parent(s): eb0d487

simplify requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -177
requirements.txt CHANGED
@@ -1,177 +1,12 @@
1
- accelerate
2
- aiofiles==23.2.1
3
- aiohttp==3.8.3
4
- aiosignal==1.3.1
5
- altair==5.1.1
6
- anyio==3.7.1
7
- astroid==2.15.8
8
- asttokens==2.2.1
9
- async-timeout==4.0.3
10
- attrs==23.1.0
11
- audioread==3.0.1
12
- backcall==0.2.0
13
- backports.functools-lru-cache==1.6.5
14
- bitsandbytes
15
- Bottleneck==1.3.5
16
- brotlipy==0.7.0
17
- cachetools==5.3.1
18
- certifi==2023.7.22
19
- cffi==1.15.1
20
- charset-normalizer==2.0.4
21
- click==8.1.7
22
- colorama==0.4.6
23
- comm==0.1.4
24
- contourpy==1.1.1
25
- cryptography==41.0.2
26
- cycler==0.12.0
27
- dataclasses
28
- dataclasses-json
29
- datasets==2.14.4
30
- debugpy==1.6.7
31
- decorator==5.1.1
32
- dill==0.3.7
33
- einops==0.6.1
34
- exceptiongroup==1.1.3
35
- executing==1.2.0
36
- fastapi==0.103.2
37
- ffmpeg-python==0.2.0
38
- ffmpy==0.3.1
39
- filelock==3.9.0
40
- fonttools==4.43.0
41
- frozenlist==1.3.3
42
- fsspec==2023.6.0
43
- future==0.18.3
44
- google-api-core==2.11.1
45
- google-auth==2.22.0
46
- googleapis-common-protos==1.60.0
47
- gpt4all==1.0.9
48
- gradio==3.45.2
49
- gradio_client==0.5.3
50
- greenlet==2.0.1
51
- h11==0.14.0
52
- httpcore==0.18.0
53
- httpx==0.25.0
54
- huggingface-hub==0.16.4
55
- idna==3.4
56
- importlib-metadata==6.8.0
57
- importlib-resources==6.1.0
58
- ipykernel==6.25.1
59
- ipython==8.12.0
60
- isort==5.12.0
61
- jedi==0.19.0
62
- Jinja2==3.1.2
63
- joblib==1.3.2
64
- jsonschema==4.19.1
65
- jsonschema-specifications==2023.7.1
66
- jupyter_client==8.3.1
67
- jupyter_core==5.3.1
68
- kiwisolver==1.4.5
69
- langchain==0.0.277
70
- langsmith==0.0.27
71
- lazy_loader==0.3
72
- lazy-object-proxy==1.9.0
73
- librosa==0.10.1
74
- llvmlite==0.41.0
75
- MarkupSafe==2.1.1
76
- marshmallow==3.20.1
77
- marshmallow-enum==1.5.1
78
- matplotlib==3.7.3
79
- matplotlib-inline==0.1.6
80
- mccabe==0.7.0
81
- mkl-fft==1.3.6
82
- mkl-random==1.2.2
83
- mkl-service==2.4.0
84
- mpmath==1.3.0
85
- msgpack==1.0.7
86
- multidict==6.0.2
87
- multiprocess==0.70.15
88
- mypy-extensions==1.0.0
89
- nest-asyncio==1.5.6
90
- networkx==2.8.8
91
- nltk==3.8.1
92
- numba==0.58.0
93
- numexpr==2.8.4
94
- numpy==1.24.3
95
- openapi-schema-pydantic==1.2.4
96
- orjson==3.9.7
97
- packaging==23.1
98
- pandas==2.0.3
99
- parso==0.8.3
100
- pickleshare==0.7.5
101
- Pillow==9.4.0
102
- pip==23.2.1
103
- pkgutil_resolve_name==1.3.10
104
- platformdirs==3.10.0
105
- pooch==1.7.0
106
- prompt-toolkit==3.0.39
107
- protobuf==3.20.3
108
- psutil==5.9.0
109
- pure-eval==0.2.2
110
- pyarrow==11.0.0
111
- pyasn1==0.4.8
112
- pyasn1-modules==0.2.7
113
- pycparser==2.21
114
- pydantic==1.10.8
115
- pydub==0.25.1
116
- Pygments==2.16.1
117
- pylint==2.17.6
118
- pyOpenSSL==23.2.0
119
- pyparsing==3.1.1
120
- PySocks==1.7.1
121
- python-dateutil==2.8.2
122
- python-multipart==0.0.6
123
- pytube==15.0.0
124
- pytz==2023.3
125
- pyu2f==0.1.5
126
- PyYAML==6.0
127
- pyzmq==23.2.1
128
- referencing==0.30.2
129
- regex==2022.7.9
130
- requests==2.31.0
131
- rpds-py==0.10.3
132
- rsa==4.9
133
- sacremoses==0.0.53
134
- safetensors==0.3.2
135
- scikit-learn==1.3.0
136
- scipy==1.10.1
137
- semantic-version==2.10.0
138
- sentence-transformers==2.2.2
139
- sentencepiece==0.1.99
140
- setuptools==68.0.0
141
- six==1.16.0
142
- sniffio==1.3.0
143
- soundfile==0.12.1
144
- soxr==0.3.6
145
- SQLAlchemy==1.4.39
146
- stack-data==0.6.2
147
- starlette==0.27.0
148
- stringcase==1.2.0
149
- sympy==1.12
150
- tenacity==8.2.3
151
- threadpoolctl==3.2.0
152
- tiktoken==0.4.0
153
- tokenizers==0.13.2
154
- tomli==2.0.1
155
- tomlkit==0.12.1
156
- toolz==0.12.0
157
- torch==2.0.1
158
- torchaudio==2.0.2
159
- torchvision==0.15.2
160
- tornado==6.2
161
- tqdm==4.66.1
162
- traitlets==5.9.0
163
- transformers==4.33.3
164
- typing_extensions==4.7.1
165
- typing-inspect==0.9.0
166
- tzdata==2023.3
167
- urllib3==1.26.16
168
- uvicorn==0.23.2
169
- wcwidth==0.2.6
170
- websockets==11.0.3
171
- wheel==0.38.4
172
- win-inet-pton==1.1.0
173
- wrapt==1.15.0
174
- xxhash==2.0.2
175
- yarl==1.7.2
176
- youtube-transcript-api==0.6.1
177
- zipp==3.16.2
 
1
+ torch
2
+ torchaudio
3
+ torchvision
4
+ huggingface-hub
5
+ pytube
6
+ librosa
7
+ soundfile
8
+ transformers
9
+ langchain
10
+ gradio
11
+ gradio_client
12
+ accelerate