Spaces:
Runtime error
Runtime error
added
Browse files- requirements.txt +44 -0
requirements.txt
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohappyeyeballs==2.4.3
|
2 |
+
aiohttp==3.10.10
|
3 |
+
aiosignal==1.3.1
|
4 |
+
async-timeout==4.0.3
|
5 |
+
attrs==24.2.0
|
6 |
+
certifi==2024.8.30
|
7 |
+
charset-normalizer==3.4.0
|
8 |
+
click==8.1.7
|
9 |
+
filelock==3.16.1
|
10 |
+
frozenlist==1.5.0
|
11 |
+
fsspec==2024.10.0
|
12 |
+
huggingface-hub==0.26.1
|
13 |
+
idna==3.10
|
14 |
+
jinja2==3.1.4
|
15 |
+
joblib==1.4.2
|
16 |
+
lightning-utilities==0.11.8
|
17 |
+
markupsafe==3.0.2
|
18 |
+
mpmath==1.3.0
|
19 |
+
multidict==6.1.0
|
20 |
+
networkx==3.2.1
|
21 |
+
nltk==3.9.1
|
22 |
+
numpy==1.26.4
|
23 |
+
packaging==24.1
|
24 |
+
pillow==11.0.0
|
25 |
+
propcache==0.2.0
|
26 |
+
pytorch-lightning==2.4.0
|
27 |
+
pyyaml==6.0.2
|
28 |
+
regex==2024.9.11
|
29 |
+
requests==2.32.3
|
30 |
+
safetensors==0.4.5
|
31 |
+
sympy==1.13.1
|
32 |
+
timm==1.0.11
|
33 |
+
torchmetrics==1.5.1
|
34 |
+
tqdm==4.66.5
|
35 |
+
typing-extensions==4.12.2
|
36 |
+
urllib3==2.2.3
|
37 |
+
yarl==1.16.0
|
38 |
+
opencv-python==4.10.0.84
|
39 |
+
shapely==2.0.6
|
40 |
+
openai-clip==1.0.1
|
41 |
+
lmdb==1.5.1
|
42 |
+
torch==2.5.0
|
43 |
+
torchvision==0.20.0
|
44 |
+
|