Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
ffa72fa
1
Parent(s):
6b621a2
Auto Daily Leaderboard udpate Tue Jul 1 12:00:08 PM EDT 2025
Browse files- requirements.txt +5 -4
- requirements2.txt +296 -0
requirements.txt
CHANGED
@@ -36,9 +36,9 @@ tqdm>=4.64.1
|
|
36 |
matplotlib>=3.7.1
|
37 |
taming-transformers-rom1504~=0.0.6
|
38 |
madgrad>=1.1
|
39 |
-
|
40 |
dominate>=2.8.0
|
41 |
-
|
42 |
openai
|
43 |
nltk~=3.8.1
|
44 |
krippendorff
|
@@ -62,11 +62,12 @@ natsort
|
|
62 |
colossalai
|
63 |
mmengine
|
64 |
pre-commit
|
65 |
-
|
66 |
pyarrow
|
67 |
tensorboard
|
68 |
timm
|
69 |
bitsandbytes
|
70 |
wandb
|
71 |
pandarallel
|
72 |
-
kaleido
|
|
|
|
36 |
matplotlib>=3.7.1
|
37 |
taming-transformers-rom1504~=0.0.6
|
38 |
madgrad>=1.1
|
39 |
+
git+https://github.com/openai/CLIP.git@main#egg=clip
|
40 |
dominate>=2.8.0
|
41 |
+
git+https://github.com/CompVis/latent-diffusion.git#egg=latent-diffusion #ldm
|
42 |
openai
|
43 |
nltk~=3.8.1
|
44 |
krippendorff
|
|
|
62 |
colossalai
|
63 |
mmengine
|
64 |
pre-commit
|
65 |
+
av
|
66 |
pyarrow
|
67 |
tensorboard
|
68 |
timm
|
69 |
bitsandbytes
|
70 |
wandb
|
71 |
pandarallel
|
72 |
+
kaleido
|
73 |
+
spaces
|
requirements2.txt
ADDED
@@ -0,0 +1,296 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.1.0
|
2 |
+
accelerate==0.28.0
|
3 |
+
addict==2.4.0
|
4 |
+
aiofiles==23.2.1
|
5 |
+
aiohttp==3.9.3
|
6 |
+
aiosignal==1.3.1
|
7 |
+
albumentations==1.4.2
|
8 |
+
aliyun-python-sdk-core==2.15.1
|
9 |
+
aliyun-python-sdk-kms==2.16.3
|
10 |
+
altair==5.2.0
|
11 |
+
aniso8601==9.0.1
|
12 |
+
annotated-types==0.6.0
|
13 |
+
antlr4-python3-runtime==4.8
|
14 |
+
anyio==4.3.0
|
15 |
+
argon2-cffi==23.1.0
|
16 |
+
argon2-cffi-bindings==21.2.0
|
17 |
+
arrow==1.3.0
|
18 |
+
asttokens==2.4.1
|
19 |
+
async-lru==2.0.4
|
20 |
+
async-timeout==4.0.3
|
21 |
+
attrs==23.2.0
|
22 |
+
av==12.0.0
|
23 |
+
Babel==2.14.0
|
24 |
+
bcrypt==4.1.3
|
25 |
+
beartype==0.18.5
|
26 |
+
beautifulsoup4==4.12.3
|
27 |
+
bitsandbytes==0.43.0
|
28 |
+
bleach==6.1.0
|
29 |
+
blinker==1.7.0
|
30 |
+
certifi @ file:///croot/certifi_1707229174982/work/certifi
|
31 |
+
cffi==1.16.0
|
32 |
+
cfgv==3.4.0
|
33 |
+
charset-normalizer @ file:///tmp/build/80754af9/charset-normalizer_1630003229654/work
|
34 |
+
click==8.1.7
|
35 |
+
-e git+https://github.com/openai/CLIP.git@a1d071733d7111c9c014f024669f959182114e33#egg=clip
|
36 |
+
colorama==0.4.6
|
37 |
+
colossalai==0.3.6
|
38 |
+
comm==0.2.2
|
39 |
+
contexttimer==0.3.3
|
40 |
+
contourpy==1.2.0
|
41 |
+
crcmod==1.7
|
42 |
+
cryptography==42.0.7
|
43 |
+
cycler==0.12.1
|
44 |
+
datasets==2.18.0
|
45 |
+
debugpy==1.8.1
|
46 |
+
decorator==5.1.1
|
47 |
+
decord==0.6.0
|
48 |
+
defusedxml==0.7.1
|
49 |
+
Deprecated==1.2.14
|
50 |
+
diffusers==0.27.2
|
51 |
+
dill==0.3.8
|
52 |
+
distlib==0.3.8
|
53 |
+
distro==1.9.0
|
54 |
+
docker-pycreds==0.4.0
|
55 |
+
dominate==2.9.1
|
56 |
+
dreamsim==0.1.3
|
57 |
+
easy-archive==0.0.2
|
58 |
+
einops==0.7.0
|
59 |
+
eval-type-backport==0.1.3
|
60 |
+
exceptiongroup==1.2.0
|
61 |
+
executing==2.0.1
|
62 |
+
fabric==3.2.2
|
63 |
+
fairscale==0.4.13
|
64 |
+
faiss-cpu==1.8.0
|
65 |
+
fal_client==0.4.0
|
66 |
+
fastapi==0.110.0
|
67 |
+
fastjsonschema==2.19.1
|
68 |
+
ffmpy==0.3.2
|
69 |
+
filelock @ file:///croot/filelock_1700591183607/work
|
70 |
+
fire==0.6.0
|
71 |
+
Flask==3.0.2
|
72 |
+
Flask-Cors==4.0.0
|
73 |
+
Flask-RESTful==0.3.10
|
74 |
+
fonttools==4.50.0
|
75 |
+
fqdn==1.5.1
|
76 |
+
frozenlist==1.4.1
|
77 |
+
fsspec==2024.2.0
|
78 |
+
ftfy==6.2.0
|
79 |
+
gast==0.5.4
|
80 |
+
gitdb==4.0.11
|
81 |
+
GitPython==3.1.43
|
82 |
+
gmpy2 @ file:///tmp/build/80754af9/gmpy2_1645438755360/work
|
83 |
+
google==3.0.0
|
84 |
+
gradio==4.21.0
|
85 |
+
gradio_client==0.12.0
|
86 |
+
grpcio==1.64.0
|
87 |
+
h11==0.14.0
|
88 |
+
h5py==3.10.0
|
89 |
+
httpcore==1.0.5
|
90 |
+
httpx==0.27.0
|
91 |
+
httpx-sse==0.4.0
|
92 |
+
huggingface-hub==0.24.5
|
93 |
+
identify==2.5.36
|
94 |
+
idna @ file:///croot/idna_1666125576474/work
|
95 |
+
image-reward==1.5
|
96 |
+
imageio==2.34.0
|
97 |
+
imageio-ffmpeg==0.4.9
|
98 |
+
-e git+https://github.com/TIGER-AI-Lab/ImagenHub.git@9ba9466945a10c7f34482056400906222f6b6da3#egg=imagen_hub
|
99 |
+
importlib_metadata==7.1.0
|
100 |
+
importlib_resources==6.4.0
|
101 |
+
invoke==2.2.0
|
102 |
+
ipykernel==6.29.4
|
103 |
+
ipython==8.18.1
|
104 |
+
isoduration==20.11.0
|
105 |
+
itsdangerous==2.1.2
|
106 |
+
jedi==0.19.1
|
107 |
+
Jinja2 @ file:///croot/jinja2_1706733616596/work
|
108 |
+
jmespath==0.10.0
|
109 |
+
joblib==1.3.2
|
110 |
+
json5==0.9.24
|
111 |
+
jsonpointer==2.4
|
112 |
+
jsonschema==4.21.1
|
113 |
+
jsonschema-specifications==2023.12.1
|
114 |
+
jupyter-events==0.10.0
|
115 |
+
jupyter-lsp==2.2.4
|
116 |
+
jupyter_client==8.6.1
|
117 |
+
jupyter_core==5.7.2
|
118 |
+
jupyter_server==2.13.0
|
119 |
+
jupyter_server_terminals==0.5.3
|
120 |
+
jupyterlab==4.1.5
|
121 |
+
jupyterlab_pygments==0.3.0
|
122 |
+
jupyterlab_server==2.25.4
|
123 |
+
kaleido==0.2.1
|
124 |
+
kiwisolver==1.4.5
|
125 |
+
kornia==0.7.2
|
126 |
+
kornia_rs==0.1.2
|
127 |
+
krippendorff==0.6.1
|
128 |
+
-e git+https://github.com/CompVis/latent-diffusion.git@a506df5756472e2ebaf9078affdde2c4f1502cd4#egg=latent_diffusion
|
129 |
+
lazy_loader==0.3
|
130 |
+
lightning-utilities==0.11.2
|
131 |
+
lpips==0.1.4
|
132 |
+
madgrad==1.3
|
133 |
+
Markdown==3.6
|
134 |
+
markdown-it-py==3.0.0
|
135 |
+
MarkupSafe @ file:///croot/markupsafe_1704205993651/work
|
136 |
+
matplotlib==3.8.3
|
137 |
+
matplotlib-inline==0.1.6
|
138 |
+
mdurl==0.1.2
|
139 |
+
mistune==3.0.2
|
140 |
+
mkl-fft @ file:///croot/mkl_fft_1695058164594/work
|
141 |
+
mkl-random @ file:///croot/mkl_random_1695059800811/work
|
142 |
+
mkl-service==2.4.0
|
143 |
+
mmengine==0.10.4
|
144 |
+
modelscope==1.14.0
|
145 |
+
mpmath @ file:///croot/mpmath_1690848262763/work
|
146 |
+
msgpack==1.0.8
|
147 |
+
multidict==6.0.5
|
148 |
+
multiprocess==0.70.16
|
149 |
+
natsort==8.4.0
|
150 |
+
nbclient==0.10.0
|
151 |
+
nbconvert==7.16.3
|
152 |
+
nbformat==5.10.3
|
153 |
+
nest-asyncio==1.6.0
|
154 |
+
networkx @ file:///croot/networkx_1690561992265/work
|
155 |
+
ninja==1.11.1.1
|
156 |
+
nltk==3.8.1
|
157 |
+
nodeenv==1.8.0
|
158 |
+
notebook==7.1.2
|
159 |
+
notebook_shim==0.2.4
|
160 |
+
numpy @ file:///croot/numpy_and_numpy_base_1708638617955/work/dist/numpy-1.26.4-cp39-cp39-linux_x86_64.whl#sha256=6094eeedd869502faa0fd0a8c5ad3a70c5779be06ddd1feb7627e5c212fac420
|
161 |
+
nvidia-cublas-cu11==11.11.3.6
|
162 |
+
nvidia-cuda-cupti-cu11==11.8.87
|
163 |
+
nvidia-cuda-nvrtc-cu11==11.8.89
|
164 |
+
nvidia-cuda-runtime-cu11==11.8.89
|
165 |
+
nvidia-cudnn-cu11==8.7.0.84
|
166 |
+
nvidia-cufft-cu11==10.9.0.58
|
167 |
+
nvidia-curand-cu11==10.3.0.86
|
168 |
+
nvidia-cusolver-cu11==11.4.1.48
|
169 |
+
nvidia-cusparse-cu11==11.7.5.86
|
170 |
+
nvidia-nccl-cu11==2.19.3
|
171 |
+
nvidia-nvtx-cu11==11.8.86
|
172 |
+
omegaconf==2.1.2
|
173 |
+
open-clip-torch==2.24.0
|
174 |
+
open-clip-torch-any-py3==1.3.2
|
175 |
+
openai==1.14.3
|
176 |
+
opencv-python==4.9.0.80
|
177 |
+
opencv-python-headless==4.9.0.80
|
178 |
+
orjson==3.10.0
|
179 |
+
oss2==2.18.5
|
180 |
+
overrides==7.7.0
|
181 |
+
packaging==24.0
|
182 |
+
pandarallel==1.6.5
|
183 |
+
pandas==1.5.3
|
184 |
+
pandocfilters==1.5.1
|
185 |
+
paramiko==3.4.0
|
186 |
+
parso==0.8.3
|
187 |
+
patsy==0.5.6
|
188 |
+
peft==0.1.0
|
189 |
+
pexpect==4.9.0
|
190 |
+
Pillow==9.5.0
|
191 |
+
platformdirs==4.2.0
|
192 |
+
plotly==5.20.0
|
193 |
+
pre-commit==3.7.1
|
194 |
+
prometheus_client==0.20.0
|
195 |
+
prompt-toolkit==3.0.43
|
196 |
+
protobuf==3.20.3
|
197 |
+
psutil==5.9.8
|
198 |
+
ptyprocess==0.7.0
|
199 |
+
pudb==2019.2
|
200 |
+
pure-eval==0.2.2
|
201 |
+
pyarrow==15.0.2
|
202 |
+
pyarrow-hotfix==0.6
|
203 |
+
pyav==12.0.5
|
204 |
+
pycparser==2.21
|
205 |
+
pycryptodome==3.20.0
|
206 |
+
pydantic==2.6.4
|
207 |
+
pydantic_core==2.16.3
|
208 |
+
pydub==0.25.1
|
209 |
+
Pygments==2.17.2
|
210 |
+
PyNaCl==1.5.0
|
211 |
+
pyparsing==3.1.2
|
212 |
+
python-dateutil==2.9.0.post0
|
213 |
+
python-json-logger==2.0.7
|
214 |
+
python-multipart==0.0.9
|
215 |
+
pytorch-lightning==2.2.1
|
216 |
+
pytz==2024.1
|
217 |
+
PyYAML @ file:///croot/pyyaml_1698096049011/work
|
218 |
+
pyzmq==25.1.2
|
219 |
+
ray==2.23.0
|
220 |
+
referencing==0.34.0
|
221 |
+
regex==2023.12.25
|
222 |
+
requests @ file:///croot/requests_1707355572290/work
|
223 |
+
rfc3339-validator==0.1.4
|
224 |
+
rfc3986-validator==0.1.1
|
225 |
+
rich==13.7.1
|
226 |
+
rotary-embedding-torch==0.6.1
|
227 |
+
rpds-py==0.18.0
|
228 |
+
ruff==0.3.4
|
229 |
+
safetensors==0.4.2
|
230 |
+
scikit-image==0.22.0
|
231 |
+
scikit-learn==1.4.1.post1
|
232 |
+
scipy==1.12.0
|
233 |
+
semantic-version==2.10.0
|
234 |
+
Send2Trash==1.8.2
|
235 |
+
sentencepiece==0.2.0
|
236 |
+
sentry-sdk==2.3.1
|
237 |
+
setproctitle==1.3.3
|
238 |
+
shellingham==1.5.4
|
239 |
+
simplejson==3.19.2
|
240 |
+
six==1.16.0
|
241 |
+
smmap==5.0.1
|
242 |
+
sniffio==1.3.1
|
243 |
+
sortedcontainers==2.4.0
|
244 |
+
soupsieve==2.5
|
245 |
+
spaces==0.25.0
|
246 |
+
stack-data==0.6.3
|
247 |
+
starlette==0.36.3
|
248 |
+
statsmodels==0.14.1
|
249 |
+
sympy @ file:///croot/sympy_1701397643339/work
|
250 |
+
taming-transformers-rom1504==0.0.6
|
251 |
+
tenacity==8.2.3
|
252 |
+
tensorboard==2.16.2
|
253 |
+
tensorboard-data-server==0.7.2
|
254 |
+
termcolor==2.4.0
|
255 |
+
terminado==0.18.1
|
256 |
+
threadpoolctl==3.4.0
|
257 |
+
tifffile==2024.2.12
|
258 |
+
timm==0.6.13
|
259 |
+
tinycss2==1.2.1
|
260 |
+
tokenizers==0.19.1
|
261 |
+
tomli==2.0.1
|
262 |
+
tomlkit==0.12.0
|
263 |
+
toolz==0.12.1
|
264 |
+
torch==2.2.1+cu118
|
265 |
+
torch-fidelity==0.3.0
|
266 |
+
torchaudio==2.2.2
|
267 |
+
torchmetrics==1.3.2
|
268 |
+
torchvision==0.17.2
|
269 |
+
tornado==6.4
|
270 |
+
tqdm==4.66.2
|
271 |
+
traitlets==5.14.2
|
272 |
+
transformers==4.44.0
|
273 |
+
triton==2.2.0
|
274 |
+
typer==0.11.0
|
275 |
+
types-python-dateutil==2.9.0.20240316
|
276 |
+
typing_extensions @ file:///croot/typing_extensions_1705599297034/work
|
277 |
+
unicorn==2.0.1.post1
|
278 |
+
uri-template==1.3.0
|
279 |
+
urllib3 @ file:///croot/urllib3_1700840488771/work
|
280 |
+
urwid==2.6.10
|
281 |
+
uvicorn==0.29.0
|
282 |
+
-e git+https://github.com/TIGER-AI-Lab/VideoGenHub.git@a87fb47f57477d9980fd1d28a83f9d4b5328b81f#egg=videogen_hub
|
283 |
+
virtualenv==20.26.2
|
284 |
+
wandb==0.17.0
|
285 |
+
wcwidth==0.2.13
|
286 |
+
webcolors==1.13
|
287 |
+
webencodings==0.5.1
|
288 |
+
websocket-client==1.7.0
|
289 |
+
websockets==11.0.3
|
290 |
+
Werkzeug==3.0.1
|
291 |
+
wrapt==1.16.0
|
292 |
+
xformers==0.0.25+cu118
|
293 |
+
xxhash==3.4.1
|
294 |
+
yapf==0.40.2
|
295 |
+
yarl==1.9.4
|
296 |
+
zipp==3.18.1
|