fedihch commited on
Commit
4989247
1 Parent(s): 081a37e
Files changed (1) hide show
  1. requirements.txt +7 -131
requirements.txt CHANGED
@@ -1,131 +1,7 @@
1
- absl-py==1.2.0
2
- aiohttp==3.8.1
3
- aiosignal==1.2.0
4
- analytics-python==1.4.0
5
- antlr4-python3-runtime==4.9.3
6
- anyio==3.6.1
7
- async-timeout==4.0.2
8
- attrs==22.1.0
9
- backoff==1.10.0
10
- bcrypt==3.2.2
11
- black==22.3.0
12
- cachetools==5.2.0
13
- certifi
14
- cffi==1.15.1
15
- charset-normalizer==2.1.0
16
- click==8.1.3
17
- cloudpickle==2.1.0
18
- coloredlogs==15.0.1
19
- cryptography==37.0.4
20
- cycler==0.11.0
21
- datasets==2.2.2
22
- detectron2
23
- dill==0.3.4
24
- fairscale==0.4.8
25
- fastapi==0.79.0
26
- ffmpy==0.3.0
27
- filelock==3.7.1
28
- flatbuffers==1.12
29
- fonttools==4.34.4
30
- frozenlist==1.3.0
31
- fsspec==2022.7.1
32
- future==0.18.2
33
- fvcore==0.1.5.post20220512
34
- google-auth==2.9.1
35
- google-auth-oauthlib==0.4.6
36
- gradio==2.9b48
37
- grpcio==1.47.0
38
- h11==0.12.0
39
- httpcore==0.15.0
40
- httpx==0.23.0
41
- huggingface-hub==0.8.1
42
- humanfriendly==10.0
43
- hydra-core==1.2.0
44
- idna==3.3
45
- intel-openmp==2021.4.0
46
- iopath==0.1.9
47
- Jinja2==3.1.2
48
- kiwisolver==1.4.4
49
- linkify-it-py==1.0.3
50
- Markdown==3.4.1
51
- markdown-it-py==2.1.0
52
- MarkupSafe==2.1.1
53
- matplotlib==3.5.2
54
- mdit-py-plugins==0.3.0
55
- mdurl==0.1.1
56
- mkl==2021.1.1
57
- monotonic==1.6
58
- mpmath==1.2.1
59
- multidict==6.0.2
60
- multiprocess==0.70.12.2
61
- mypy-extensions==0.4.3
62
- numpy
63
- oauthlib==3.2.0
64
- omegaconf==2.2.2
65
- onnx==1.12.0
66
- onnxconverter-common==1.12.1
67
- onnxruntime==1.12.1
68
- onnxruntime-tools==1.7.0
69
- orjson==3.7.11
70
- packaging==21.3
71
- pandas==1.4.3
72
- paramiko==2.11.0
73
- pathspec==0.9.0
74
- Pillow==9.2.0
75
- platformdirs==2.5.2
76
- portalocker==2.5.1
77
- protobuf==3.19.4
78
- psutil==5.9.1
79
- py-cpuinfo==8.0.0
80
- py3nvml==0.2.7
81
- pyarrow==9.0.0
82
- pyasn1==0.4.8
83
- pyasn1-modules==0.2.8
84
- pycocotools==2.0.4
85
- pycparser==2.21
86
- pycryptodome==3.15.0
87
- pydantic==1.9.1
88
- pydot==1.4.2
89
- pydub==0.25.1
90
- PyNaCl==1.5.0
91
- pyparsing==3.0.9
92
- pytesseract==0.3.9
93
- python-dateutil==2.8.2
94
- python-multipart==0.0.5
95
- pytz==2022.1
96
- PyYAML==6.0
97
- regex==2022.7.25
98
- requests==2.28.1
99
- requests-oauthlib==1.3.1
100
- responses==0.18.0
101
- rfc3986==1.5.0
102
- rsa==4.9
103
- six==1.16.0
104
- sniffio==1.2.0
105
- starlette==0.19.1
106
- sympy==1.10.1
107
- tabulate==0.8.10
108
- tbb==2021.6.0
109
- tensorboard==2.9.1
110
- tensorboard-data-server==0.6.1
111
- tensorboard-plugin-wit==1.8.1
112
- termcolor==1.1.0
113
- tf2onnx==1.12.0
114
- timm==0.6.7
115
- tokenizers==0.12.1
116
- tomli==2.0.1
117
- torch==1.12.0
118
- torchaudio==0.12.0
119
- torchvision==0.13.0
120
- tqdm==4.64.0
121
- transformers==4.21.0
122
- transformers-onnx==0.0.2
123
- typing_extensions==4.3.0
124
- uc-micro-py==1.0.1
125
- urllib3==1.26.11
126
- uvicorn==0.18.2
127
- Werkzeug==2.2.1
128
- xmltodict==0.13.0
129
- xxhash==3.0.0
130
- yacs==0.1.8
131
- yarl==1.8.1
 
1
+ gradio==3.1.4
2
+ transformers==4.21.1
3
+ -f https://download.pytorch.org/whl/cpu
4
+ torch==1.8
5
+ torchvision==0.9
6
+ -f https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.8/index.html
7
+ detectron2