inLine-XJY commited on
Commit
f387801
1 Parent(s): df2a03c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +195 -30
requirements.txt CHANGED
@@ -1,123 +1,288 @@
1
  absl-py==2.1.0
2
  accelerate==0.29.3
 
3
  aiohttp==3.9.3
4
  aiosignal==1.3.1
 
 
5
  antlr4-python3-runtime==4.9.3
6
- apex==0.1
 
 
7
  asttokens==2.4.1
 
8
  async-timeout==4.0.3
9
  attrs==23.2.0
 
10
  audioread==3.0.1
 
 
11
  backcall==0.2.0
 
 
12
  blessed==1.20.0
 
13
  cachetools==5.3.3
14
  calmsize==0.1.3
 
15
  certifi==2024.2.2
16
  cffi==1.16.0
17
  charset-normalizer==3.3.2
 
 
 
 
18
  colorama==0.4.6
19
- comm==0.2.2
 
 
20
  contourpy==1.1.1
21
  cycler==0.12.1
 
 
22
  decorator==5.1.1
23
- diffusers==0.10.0
 
 
 
 
24
  einops==0.7.0
 
 
25
  executing==2.0.1
26
- filelock==3.13.1
 
 
 
27
  flash-attn==2.5.9.post1
28
- fonttools==4.50.0
 
 
29
  frozenlist==1.4.1
30
  fsspec==2024.3.1
31
  ftfy==6.2.0
32
- google-auth==2.29.0
 
 
 
33
  google-auth-oauthlib==1.0.0
34
  gpustat==1.1.1
35
  grpcio==1.62.1
36
- huggingface-hub==0.21.4
 
 
 
 
 
37
  icecream==2.1.3
38
  idna==3.6
39
- importlib-metadata==7.1.0
40
- importlib-resources==6.4.0
 
41
  ipdb==0.13.13
 
42
  ipython==8.12.0
43
  ipywidgets==8.1.2
 
44
  jedi==0.19.1
45
- joblib==1.3.2
46
- jupyterlab-widgets==3.0.10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  kiwisolver==1.4.5
48
- lazy-loader==0.3
49
- librosa==0.10.1
50
- lightning-utilities==0.11.0
 
 
 
51
  llvmlite==0.41.1
52
- markdown==3.6
53
- markupsafe==2.1.5
 
54
  matplotlib==3.7.5
55
  matplotlib-inline==0.1.6
 
 
 
56
  msgpack==1.0.8
57
  multidict==6.0.5
 
 
 
 
 
 
 
 
 
 
58
  numba==0.58.1
59
  numpy==1.24.4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  nvidia-ml-py==12.535.133
 
61
  nvidia-nccl-cu12==2.20.5
 
 
 
62
  oauthlib==3.2.2
63
  omegaconf==2.3.0
64
  opencv-python==4.9.0.80
65
- packaging==24.0
 
 
 
66
  pandas==2.0.3
 
67
  parso==0.8.4
68
  pexpect==4.9.0
69
  pickleshare==0.7.5
70
- pillow==9.5.0
 
71
  platformdirs==4.2.0
72
  pooch==1.8.1
 
 
73
  prompt-toolkit==3.0.43
74
- protobuf==5.26.0
75
  psutil==5.9.8
76
  ptyprocess==0.7.0
77
  pure-eval==0.2.2
 
78
  pyasn1==0.5.1
79
  pyasn1-modules==0.3.0
80
  pycparser==2.21
81
- pydeprecate==0.3.2
82
- pygments==2.17.2
 
 
 
83
  pyparsing==3.1.2
 
 
84
  python-dateutil==2.9.0.post0
 
 
85
  pytorch-lightning==1.9.0
86
  pytorch-memlab==0.3.0
87
  pytz==2024.1
88
- pyyaml==6.0.1
89
- regex==2023.12.25
 
 
 
 
 
90
  requests==2.31.0
91
  requests-oauthlib==2.0.0
 
 
 
 
 
 
92
  rsa==4.9
93
- safetensors==0.4.2
 
 
94
  scikit-learn==1.3.2
95
  scipy==1.10.1
 
 
96
  sentencepiece==0.2.0
 
 
 
97
  six==1.16.0
98
- soundfile==0.12.1
 
 
 
 
99
  soxr==0.3.7
 
 
 
 
 
100
  stack-data==0.6.3
 
 
 
101
  taming-transformers-rom1504==0.0.6
102
  tensorboard==2.14.0
103
  tensorboard-data-server==0.7.2
 
 
104
  threadpoolctl==3.4.0
 
 
105
  tokenizers==0.15.2
106
  tomli==2.0.1
 
 
107
  torch==2.0.1+cu117
108
  torchaudio==0.12.1+cu113
109
  torchlibrosa==0.1.0
110
- torchmetrics==0.11.4
111
  torchvision==0.13.1+cu113
 
112
  tqdm==4.66.2
113
- traitlets==5.14.2
114
  transformers==4.39.0
 
115
  triton==2.0.0
116
- typing-extensions==4.10.0
 
 
 
117
  tzdata==2024.1
 
118
  urllib3==2.2.1
 
 
 
 
119
  wcwidth==0.2.13
120
- werkzeug==3.0.1
 
 
 
 
121
  widgetsnbextension==4.0.10
 
122
  yarl==1.9.4
123
- zipp==3.18.1
 
1
  absl-py==2.1.0
2
  accelerate==0.29.3
3
+ aiofiles==23.2.1
4
  aiohttp==3.9.3
5
  aiosignal==1.3.1
6
+ altair==5.3.0
7
+ annotated-types==0.6.0
8
  antlr4-python3-runtime==4.9.3
9
+ anyio==4.3.0
10
+ argon2-cffi==23.1.0
11
+ arrow==1.3.0
12
  asttokens==2.4.1
13
+ async-lru==2.0.4
14
  async-timeout==4.0.3
15
  attrs==23.2.0
16
+ audiocraft==1.2.0
17
  audioread==3.0.1
18
+ av==12.0.0
19
+ Babel==2.14.0
20
  backcall==0.2.0
21
+ beautifulsoup4==4.12.3
22
+ bleach==6.1.0
23
  blessed==1.20.0
24
+ blis==0.7.11
25
  cachetools==5.3.3
26
  calmsize==0.1.3
27
+ catalogue==2.0.10
28
  certifi==2024.2.2
29
  cffi==1.16.0
30
  charset-normalizer==3.3.2
31
+ click==8.1.7
32
+ cloudpathlib==0.16.0
33
+ cloudpickle==3.0.0
34
+ cmake==3.29.2
35
  colorama==0.4.6
36
+ colorlog==6.8.2
37
+ comm==0.2.1
38
+ confection==0.1.4
39
  contourpy==1.1.1
40
  cycler==0.12.1
41
+ cymem==2.0.8
42
+ debugpy==1.8.1
43
  decorator==5.1.1
44
+ demucs==4.0.1
45
+ diffusers==0.27.2
46
+ docker-pycreds==0.4.0
47
+ docopt==0.6.2
48
+ dora_search==0.1.12
49
  einops==0.7.0
50
+ encodec==0.1.1
51
+ exceptiongroup==1.2.0
52
  executing==2.0.1
53
+ fastapi==0.110.1
54
+ fastjsonschema==2.19.1
55
+ ffmpy==0.3.2
56
+ filelock==3.13.4
57
  flash-attn==2.5.9.post1
58
+ flashy==0.0.2
59
+ fonttools==4.49.0
60
+ fqdn==1.5.1
61
  frozenlist==1.4.1
62
  fsspec==2024.3.1
63
  ftfy==6.2.0
64
+ future==1.0.0
65
+ gitdb==4.0.11
66
+ GitPython==3.1.43
67
+ google-auth==2.28.2
68
  google-auth-oauthlib==1.0.0
69
  gpustat==1.1.1
70
  grpcio==1.62.1
71
+ h11==0.14.0
72
+ httpcore==1.0.4
73
+ httpx==0.27.0
74
+ huggingface-hub==0.20.2
75
+ hydra-colorlog==1.2.0
76
+ hydra-core==1.3.2
77
  icecream==2.1.3
78
  idna==3.6
79
+ imageio==2.34.1
80
+ importlib_metadata==7.0.2
81
+ importlib_resources==6.1.3
82
  ipdb==0.13.13
83
+ ipykernel==6.29.3
84
  ipython==8.12.0
85
  ipywidgets==8.1.2
86
+ isoduration==20.11.0
87
  jedi==0.19.1
88
+ Jinja2==3.1.3
89
+ joblib==1.4.0
90
+ json5==0.9.22
91
+ jsonpointer==2.4
92
+ jsonschema==4.21.1
93
+ jsonschema-specifications==2023.12.1
94
+ julius==0.2.7
95
+ jupyter==1.0.0
96
+ jupyter-console==6.6.3
97
+ jupyter-events==0.9.0
98
+ jupyter-lsp==2.2.4
99
+ jupyter_client==8.6.0
100
+ jupyter_core==5.7.1
101
+ jupyter_server==2.13.0
102
+ jupyter_server_terminals==0.5.2
103
+ jupyterlab==4.1.4
104
+ jupyterlab_pygments==0.3.0
105
+ jupyterlab_server==2.25.3
106
+ jupyterlab_widgets==3.0.10
107
  kiwisolver==1.4.5
108
+ lameenc==1.7.0
109
+ langcodes==3.3.0
110
+ lazy_loader==0.3
111
+ librosa==0.9.1
112
+ lightning-utilities==0.11.2
113
+ lit==18.1.3
114
  llvmlite==0.41.1
115
+ Markdown==3.5.2
116
+ markdown-it-py==3.0.0
117
+ MarkupSafe==2.1.5
118
  matplotlib==3.7.5
119
  matplotlib-inline==0.1.6
120
+ mdurl==0.1.2
121
+ mistune==3.0.2
122
+ mpmath==1.3.0
123
  msgpack==1.0.8
124
  multidict==6.0.5
125
+ murmurhash==1.0.10
126
+ mypy-extensions==1.0.0
127
+ nbclient==0.9.0
128
+ nbconvert==7.16.2
129
+ nbformat==5.9.2
130
+ nest-asyncio==1.6.0
131
+ networkx==3.1
132
+ notebook==7.1.1
133
+ notebook_shim==0.2.4
134
+ num2words==0.5.13
135
  numba==0.58.1
136
  numpy==1.24.4
137
+ nvidia-cublas-cu11==11.10.3.66
138
+ nvidia-cublas-cu12==12.1.3.1
139
+ nvidia-cuda-cupti-cu11==11.7.101
140
+ nvidia-cuda-cupti-cu12==12.1.105
141
+ nvidia-cuda-nvrtc-cu11==11.7.99
142
+ nvidia-cuda-nvrtc-cu12==12.1.105
143
+ nvidia-cuda-runtime-cu11==11.7.99
144
+ nvidia-cuda-runtime-cu12==12.1.105
145
+ nvidia-cudnn-cu11==8.5.0.96
146
+ nvidia-cudnn-cu12==8.9.2.26
147
+ nvidia-cufft-cu11==10.9.0.58
148
+ nvidia-cufft-cu12==11.0.2.54
149
+ nvidia-curand-cu11==10.2.10.91
150
+ nvidia-curand-cu12==10.3.2.106
151
+ nvidia-cusolver-cu11==11.4.0.1
152
+ nvidia-cusolver-cu12==11.4.5.107
153
+ nvidia-cusparse-cu11==11.7.4.91
154
+ nvidia-cusparse-cu12==12.1.0.106
155
  nvidia-ml-py==12.535.133
156
+ nvidia-nccl-cu11==2.14.3
157
  nvidia-nccl-cu12==2.20.5
158
+ nvidia-nvjitlink-cu12==12.4.127
159
+ nvidia-nvtx-cu11==11.7.91
160
+ nvidia-nvtx-cu12==12.1.105
161
  oauthlib==3.2.2
162
  omegaconf==2.3.0
163
  opencv-python==4.9.0.80
164
+ openunmix==1.2.1
165
+ orjson==3.10.0
166
+ overrides==7.7.0
167
+ packaging==23.2
168
  pandas==2.0.3
169
+ pandocfilters==1.5.1
170
  parso==0.8.4
171
  pexpect==4.9.0
172
  pickleshare==0.7.5
173
+ Pillow==9.5.0
174
+ pkgutil_resolve_name==1.3.10
175
  platformdirs==4.2.0
176
  pooch==1.8.1
177
+ preshed==3.0.9
178
+ prometheus_client==0.20.0
179
  prompt-toolkit==3.0.43
180
+ protobuf==4.25.3
181
  psutil==5.9.8
182
  ptyprocess==0.7.0
183
  pure-eval==0.2.2
184
+ pyarrow==15.0.2
185
  pyasn1==0.5.1
186
  pyasn1-modules==0.3.0
187
  pycparser==2.21
188
+ pydantic==2.6.4
189
+ pydantic_core==2.16.3
190
+ pyDeprecate==0.3.1
191
+ pydub==0.25.1
192
+ Pygments==2.17.2
193
  pyparsing==3.1.2
194
+ PyPDF2==2.12.1
195
+ pyre-extensions==0.0.23
196
  python-dateutil==2.9.0.post0
197
+ python-json-logger==2.0.7
198
+ python-multipart==0.0.9
199
  pytorch-lightning==1.9.0
200
  pytorch-memlab==0.3.0
201
  pytz==2024.1
202
+ PyWavelets==1.4.1
203
+ PyYAML==6.0.1
204
+ pyzmq==25.1.2
205
+ qtconsole==5.5.1
206
+ QtPy==2.4.1
207
+ referencing==0.33.0
208
+ regex==2024.4.16
209
  requests==2.31.0
210
  requests-oauthlib==2.0.0
211
+ resampy==0.4.3
212
+ retrying==1.3.4
213
+ rfc3339-validator==0.1.4
214
+ rfc3986-validator==0.1.1
215
+ rich==13.7.1
216
+ rpds-py==0.18.0
217
  rsa==4.9
218
+ ruff==0.3.5
219
+ safetensors==0.4.3
220
+ scikit-image==0.21.0
221
  scikit-learn==1.3.2
222
  scipy==1.10.1
223
+ semantic-version==2.10.0
224
+ Send2Trash==1.8.2
225
  sentencepiece==0.2.0
226
+ sentry-sdk==2.1.1
227
+ setproctitle==1.3.3
228
+ shellingham==1.5.4
229
  six==1.16.0
230
+ smart-open==6.4.0
231
+ smmap==5.0.1
232
+ sniffio==1.3.1
233
+ SoundFile==0.10.3.post1
234
+ soupsieve==2.5
235
  soxr==0.3.7
236
+ spacy==3.7.4
237
+ spacy-legacy==3.0.12
238
+ spacy-loggers==1.0.5
239
+ srsly==2.4.8
240
+ ssr-eval==0.0.7
241
  stack-data==0.6.3
242
+ starlette==0.37.2
243
+ submitit==1.5.1
244
+ sympy==1.12
245
  taming-transformers-rom1504==0.0.6
246
  tensorboard==2.14.0
247
  tensorboard-data-server==0.7.2
248
+ terminado==0.18.0
249
+ thinc==8.2.3
250
  threadpoolctl==3.4.0
251
+ tifffile==2023.7.10
252
+ tinycss2==1.2.1
253
  tokenizers==0.15.2
254
  tomli==2.0.1
255
+ tomlkit==0.12.0
256
+ toolz==0.12.1
257
  torch==2.0.1+cu117
258
  torchaudio==0.12.1+cu113
259
  torchlibrosa==0.1.0
260
+ torchmetrics==1.3.2
261
  torchvision==0.13.1+cu113
262
+ tornado==6.4
263
  tqdm==4.66.2
264
+ traitlets==5.14.1
265
  transformers==4.39.0
266
+ treetable==0.2.5
267
  triton==2.0.0
268
+ typer==0.9.4
269
+ types-python-dateutil==2.8.19.20240106
270
+ typing-inspect==0.9.0
271
+ typing_extensions==4.11.0
272
  tzdata==2024.1
273
+ uri-template==1.3.0
274
  urllib3==2.2.1
275
+ uvicorn==0.29.0
276
+ wandb==0.17.0
277
+ wasabi==1.1.2
278
+ Wave==0.0.2
279
  wcwidth==0.2.13
280
+ weasel==0.3.4
281
+ webcolors==1.13
282
+ websocket-client==1.7.0
283
+ websockets==11.0.3
284
+ Werkzeug==3.0.1
285
  widgetsnbextension==4.0.10
286
+ xformers==0.0.22
287
  yarl==1.9.4
288
+ zipp==3.17.0