lehduong commited on
Commit
0d8e76c
·
verified ·
1 Parent(s): 7802c80

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +317 -50
requirements.txt CHANGED
@@ -1,54 +1,321 @@
1
- torch
2
- torchvision
3
- pytest
4
- matplotlib
5
- jupyter
6
- ipython
7
- ipdb
8
- gpustat
9
- scikit-learn
10
- spacy
11
- munch
12
- einops
13
- opt_einsum
14
- fvcore
15
- gsutil
16
- cmake
17
- pykeops
18
- zstandard
19
- psutil
20
- h5py
21
- twine
22
- gdown
23
- hydra-core==1.3.1
24
- hydra-colorlog==1.2.0
25
- hydra-optuna-sweeper==1.2.0
26
- pyrootutils
27
- rich
28
- transformers==4.45.2
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  datasets==3.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  pytorch-lightning==2.2.1
31
- triton==2.3.1
32
- wandb==0.16.3
33
- controlnet_aux==0.0.9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  timm==0.6.7
 
 
 
 
 
 
 
 
35
  torchmetrics==1.3.2
36
- git+https://github.com/mlcommons/logging.git@2.1.0
37
- accelerate==0.34.2
38
- diffusers==0.30.3
39
- deepspeed==0.15.2
40
- sentencepiece==0.1.99
41
- pillow==10.2.0
42
- torch==2.3.1
43
- torchvision==0.18.1
44
- torchaudio==2.3.1
45
- flash-attn==2.6.3
46
- git+https://github.com/Dao-AILab/[email protected]#subdirectory=csrc/fused_dense_lib
47
- jaxtyping
48
- mediapipe
49
- gradio
50
- git+https://github.com/facebookresearch/pytorch3d.git
51
- opencv-python==4.5.5.64
52
- opencv-python-headless==4.5.5.64
53
- huggingface_hub==0.24
54
- numpy==1.24.4
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ accelerate==0.34.2
3
+ addict==2.4.0
4
+ aiofiles==23.2.1
5
+ aiohttp==3.9.5
6
+ aiosignal==1.3.1
7
+ albumentations==1.4.0
8
+ altair==5.3.0
9
+ annotated-types==0.6.0
10
+ antlr4-python3-runtime==4.9.3
11
+ anyio==4.3.0
12
+ appdirs==1.4.4
13
+ array_record==0.5.1
14
+ asttokens==2.4.1
15
+ astunparse==1.6.3
16
+ async-timeout==4.0.3
17
+ attrs==23.2.0
18
+ av==11.0.0
19
+ backcall==0.2.0
20
+ bcrypt==4.2.0
21
+ beautifulsoup4==4.12.3
22
+ braceexpand==0.1.7
23
+ Brotli==1.0.9
24
+ cachetools==5.3.3
25
+ certifi==2024.2.2
26
+ cffi==1.17.1
27
+ chardet==5.2.0
28
+ charset-normalizer==3.3.2
29
+ chex==0.1.86
30
+ click==8.1.7
31
+ clip-benchmark==1.6.1
32
+ cloudpickle==3.0.0
33
+ clu==0.0.12
34
+ colorlog==6.8.2
35
+ comm==0.2.2
36
+ contextlib2==21.6.0
37
+ contourpy==1.2.1
38
+ controlnet-aux==0.0.9
39
+ cryptography==43.0.1
40
+ cycler==0.12.1
41
+ dataclasses==0.6
42
  datasets==3.0.1
43
+ debugpy==1.6.7
44
+ decorator==4.4.2
45
+ decord==0.6.0
46
+ deepspeed==0.15.2
47
+ defusedxml==0.7.1
48
+ diffrax==0.6.0
49
+ diffusers==0.30.3
50
+ dill==0.3.8
51
+ dm-tree==0.1.8
52
+ docker-pycreds==0.4.0
53
+ docstring_parser==0.16
54
+ editdistance==0.8.1
55
+ einops==0.7.0
56
+ equinox==0.11.7
57
+ etils==1.5.2
58
+ exceptiongroup==1.2.1
59
+ executing==2.1.0
60
+ ExifRead-nocycle==3.0.1
61
+ fabric==3.0.1
62
+ fairscale==0.4.13
63
+ fastapi==0.110.0
64
+ ffmpeg-python==0.2.0
65
+ ffmpy==0.3.2
66
+ filelock==3.13.1
67
+ fire==0.5.0
68
+ flash-attn==2.6.3
69
+ flatbuffers==24.3.25
70
+ flax==0.8.5
71
+ flaxmodels==0.1.3
72
+ fonttools==4.51.0
73
+ frasch==0.1
74
+ frozenlist==1.4.1
75
+ fsspec==2024.3.1
76
+ ftfy==6.1.3
77
+ future==1.0.0
78
+ fvcore==0.1.5.post20221221
79
+ gast==0.4.0
80
+ gcsfs==2024.3.1
81
+ gdown==5.1.0
82
+ gitdb==4.0.11
83
+ GitPython==3.1.43
84
+ gmpy2==2.1.2
85
+ google-api-core==2.18.0
86
+ google-auth==2.29.0
87
+ google-auth-oauthlib==1.0.0
88
+ google-cloud-core==2.4.1
89
+ google-cloud-storage==2.16.0
90
+ google-crc32c==1.5.0
91
+ google-pasta==0.2.0
92
+ google-resumable-media==2.7.0
93
+ googleapis-common-protos==1.63.0
94
+ gradio==4.44.1
95
+ gradio_client==1.3.0
96
+ grpcio==1.62.2
97
+ h11==0.14.0
98
+ h5py==3.10.0
99
+ hjson==3.1.0
100
+ httpcore==1.0.5
101
+ httpx==0.27.0
102
+ huggingface-hub==0.26.3
103
+ idna==3.6
104
+ imageio==2.34.0
105
+ imageio-ffmpeg==0.4.9
106
+ img2dataset==1.45.0
107
+ importlib_metadata==7.1.0
108
+ importlib_resources==6.4.0
109
+ invoke==2.2.0
110
+ iopath==0.1.10
111
+ ipdb==0.13.13
112
+ ipykernel==6.29.5
113
+ ipython==8.12.0
114
+ jax==0.4.30
115
+ jax-cuda12-pjrt==0.4.30
116
+ jax-cuda12-plugin==0.4.30
117
+ jaxlib==0.4.30
118
+ jaxtyping==0.2.34
119
+ jedi==0.19.2
120
+ Jinja2==3.1.3
121
+ joblib==1.4.0
122
+ jsonschema==4.21.1
123
+ jsonschema-specifications==2023.12.1
124
+ jupyter_client==8.6.3
125
+ jupyter_core==5.7.2
126
+ keras==2.12.0
127
+ kiwisolver==1.4.5
128
+ lazy_loader==0.4
129
+ libclang==18.1.1
130
+ lightning-utilities==0.11.2
131
+ lineax==0.0.5
132
+ lpips==0.1.4
133
+ Markdown==3.6
134
+ markdown-it-py==3.0.0
135
+ MarkupSafe==2.1.3
136
+ matplotlib==3.7.5
137
+ matplotlib-inline==0.1.7
138
+ mdurl==0.1.2
139
+ mediapipe==0.10.18
140
+ mkl_fft==1.3.10
141
+ mkl_random==1.2.7
142
+ mkl-service==2.4.0
143
+ ml-collections==0.1.1
144
+ ml-dtypes==0.4.0
145
+ mlxu==0.2.0
146
+ mmcv-full==1.7.2
147
+ mmdet==2.28.2
148
+ moviepy==1.0.3
149
+ mpmath==1.3.0
150
+ msgpack==1.0.8
151
+ multidict==6.0.5
152
+ multiprocess==0.70.16
153
+ nest_asyncio==1.6.0
154
+ networkx==3.2.1
155
+ ninja==1.11.1.1
156
+ numpy==1.23.2
157
+ nvidia-cublas-cu11==11.11.3.6
158
+ nvidia-cublas-cu12==12.1.3.1
159
+ nvidia-cuda-cupti-cu11==11.8.87
160
+ nvidia-cuda-cupti-cu12==12.1.105
161
+ nvidia-cuda-nvcc-cu12==12.6.68
162
+ nvidia-cuda-nvrtc-cu11==11.8.89
163
+ nvidia-cuda-nvrtc-cu12==12.1.105
164
+ nvidia-cuda-runtime-cu11==11.8.89
165
+ nvidia-cuda-runtime-cu12==12.1.105
166
+ nvidia-cudnn-cu11==8.7.0.84
167
+ nvidia-cudnn-cu12==9.4.0.58
168
+ nvidia-cufft-cu11==10.9.0.58
169
+ nvidia-cufft-cu12==11.0.2.54
170
+ nvidia-curand-cu11==10.3.0.86
171
+ nvidia-curand-cu12==10.3.2.106
172
+ nvidia-cusolver-cu11==11.4.1.48
173
+ nvidia-cusolver-cu12==11.4.5.107
174
+ nvidia-cusparse-cu11==11.7.5.86
175
+ nvidia-cusparse-cu12==12.1.0.106
176
+ nvidia-ml-py==12.535.161
177
+ nvidia-nccl-cu11==2.20.5
178
+ nvidia-nccl-cu12==2.18.1
179
+ nvidia-nvjitlink-cu12==12.4.127
180
+ nvidia-nvtx-cu11==11.8.86
181
+ nvidia-nvtx-cu12==12.1.105
182
+ nvitop==1.3.2
183
+ oauthlib==3.2.2
184
+ omegaconf==2.3.0
185
+ open_clip_torch==2.29.0
186
+ opencv-contrib-python==4.10.0.84
187
+ opencv-python==4.9.0.80
188
+ opencv-python-headless==4.9.0.80
189
+ opt-einsum==3.3.0
190
+ optax==0.2.2
191
+ optimistix==0.0.7
192
+ orbax-checkpoint==0.5.20
193
+ orjson==3.10.1
194
+ packaging==24.0
195
+ pandas==2.0.3
196
+ parameterized==0.9.0
197
+ paramiko==3.5.0
198
+ parso==0.8.4
199
+ peft==0.13.2
200
+ pexpect==4.9.0
201
+ pickleshare==0.7.5
202
+ pillow==10.2.0
203
+ pip==23.3.1
204
+ platformdirs==4.3.6
205
+ portalocker==2.8.2
206
+ proglog==0.1.10
207
+ promise==2.3
208
+ prompt_toolkit==3.0.48
209
+ proto-plus==1.23.0
210
+ protobuf==4.25.5
211
+ psutil==5.9.8
212
+ ptyprocess==0.7.0
213
+ pure_eval==0.2.3
214
+ py-cpuinfo==9.0.0
215
+ pyarrow==15.0.2
216
+ pyasn1==0.6.0
217
+ pyasn1_modules==0.4.0
218
+ pycocoevalcap==1.2
219
+ pycocotools==2.0.8
220
+ pycparser==2.22
221
+ pydantic==2.6.4
222
+ pydantic_core==2.16.3
223
+ pydub==0.25.1
224
+ pyglove==0.4.4
225
+ Pygments==2.17.2
226
+ PyNaCl==1.5.0
227
+ pyOpenSSL==24.2.1
228
+ pyparsing==3.1.2
229
+ PySocks==1.7.1
230
+ python-dateutil==2.9.0.post0
231
+ python-multipart==0.0.9
232
  pytorch-lightning==2.2.1
233
+ pytorch3d==0.7.8
234
+ pytz==2024.1
235
+ PyYAML==6.0.1
236
+ pyzmq==26.2.0
237
+ qudida==0.0.4
238
+ referencing==0.34.0
239
+ regex==2023.12.25
240
+ requests==2.32.3
241
+ requests-oauthlib==2.0.0
242
+ rich==13.7.1
243
+ rpds-py==0.18.0
244
+ rsa==4.9
245
+ ruff==0.7.2
246
+ safetensors==0.4.3
247
+ scikit-image==0.22.0
248
+ scikit-learn==1.3.2
249
+ scikit-video==1.1.11
250
+ scipy==1.10.1
251
+ semantic-version==2.10.0
252
+ sentencepiece==0.1.99
253
+ sentry-sdk==1.45.0
254
+ seqio==0.0.19
255
+ setproctitle==1.3.3
256
+ setuptools==68.2.2
257
+ shellingham==1.5.4
258
+ six==1.16.0
259
+ smmap==5.0.1
260
+ sniffio==1.3.1
261
+ sounddevice==0.5.1
262
+ soupsieve==2.5
263
+ stack-data==0.6.2
264
+ starlette==0.36.3
265
+ supervision==0.25.0
266
+ sympy==1.12
267
+ tabulate==0.9.0
268
+ tensorboard==2.12.3
269
+ tensorboard-data-server==0.7.2
270
+ tensorflow==2.12.1
271
+ tensorflow-estimator==2.12.0
272
+ tensorflow-hub==0.16.1
273
+ tensorflow-io==0.32.0
274
+ tensorflow-io-gcs-filesystem==0.32.0
275
+ tensorflow-metadata==1.15.0
276
+ tensorflow-text==2.12.0
277
+ tensorstore==0.1.62
278
+ termcolor==2.4.0
279
+ terminaltables==3.1.10
280
+ test-tube==0.7.5
281
+ tf-keras==2.15.0
282
+ tfds-nightly==4.9.2.dev202308090034
283
+ threadpoolctl==3.4.0
284
+ tifffile==2024.4.18
285
  timm==0.6.7
286
+ tokenizers==0.20.0
287
+ toml==0.10.2
288
+ tomli==2.1.0
289
+ tomlkit==0.12.0
290
+ toolz==0.12.1
291
+ torch==2.3.1+cu118
292
+ torchaudio==2.3.1+cu118
293
+ torchdiffeq==0.2.3
294
  torchmetrics==1.3.2
295
+ torchvision==0.18.1+cu118
296
+ tordi==1.0.0
297
+ tornado==6.2
298
+ tqdm==4.66.5
299
+ traitlets==5.14.3
300
+ transformers==4.47.0.dev0
301
+ triton==2.3.1
302
+ typeguard==2.13.3
303
+ typer==0.12.3
304
+ typing_extensions==4.12.2
305
+ tzdata==2024.1
306
+ urllib3==2.2.1
307
+ uvicorn==0.27.1
308
+ wandb==0.16.3
309
+ wcwidth==0.2.13
310
+ webcolors==24.11.1
311
+ webdataset==0.2.86
312
+ websockets==11.0.3
313
+ Werkzeug==3.0.2
314
+ wheel==0.41.2
315
+ wrapt==1.14.1
316
+ xformers==0.0.22.post7
317
+ xxhash==3.5.0
318
+ yacs==0.1.8
319
+ yapf==0.40.2
320
+ yarl==1.9.4
321
+ zipp==3.18.1