Spaces:
No application file
No application file
Update requirements.txt
Browse files- requirements.txt +44 -1
requirements.txt
CHANGED
@@ -1 +1,44 @@
|
|
1 |
-
torch==1.13.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.13.1
|
2 |
+
|
3 |
+
aiohttp==3.8.3
|
4 |
+
aiosignal==1.3.1
|
5 |
+
antlr4-python3-runtime==4.9.3
|
6 |
+
async-timeout==4.0.2
|
7 |
+
attrs==22.2.0
|
8 |
+
charset-normalizer==2.1.1
|
9 |
+
contourpy==1.0.6
|
10 |
+
cycler==0.11.0
|
11 |
+
einops==0.6.0
|
12 |
+
ffmpeg-python==0.2.0
|
13 |
+
filelock==3.9.0
|
14 |
+
fonttools==4.38.0
|
15 |
+
frozenlist==1.3.3
|
16 |
+
fsspec==2022.11.0
|
17 |
+
ftfy==6.1.1
|
18 |
+
future==0.18.3
|
19 |
+
idna==3.4
|
20 |
+
kiwisolver==1.4.4
|
21 |
+
lightning-utilities==0.5.0
|
22 |
+
lpips==0.1.4
|
23 |
+
multidict==6.0.4
|
24 |
+
numpy==1.24.1
|
25 |
+
omegaconf==2.3.0
|
26 |
+
open-clip-torch==2.9.1
|
27 |
+
opencv-python==4.7.0.68
|
28 |
+
packaging==22.0
|
29 |
+
Pillow==9.4.0
|
30 |
+
pyparsing==3.0.9
|
31 |
+
python-dateutil==2.8.2
|
32 |
+
python-dotenv==0.21.1
|
33 |
+
PyYAML==6.0
|
34 |
+
regex==2022.10.31
|
35 |
+
requests==2.28.1
|
36 |
+
sentencepiece==0.1.97
|
37 |
+
six==1.16.0
|
38 |
+
tensorboardX==2.5.1
|
39 |
+
tokenizers==0.13.2
|
40 |
+
tqdm==4.64.1
|
41 |
+
typing_extensions==4.4.0
|
42 |
+
urllib3==1.26.13
|
43 |
+
wcwidth==0.2.5
|
44 |
+
yarl==1.8.2
|