Spaces:
Running
Running
Commit
·
eecebf9
1
Parent(s):
99a2575
Upload requirements.txt
Browse files- requirements.txt +83 -0
requirements.txt
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.3
|
2 |
+
aiosignal==1.3.1
|
3 |
+
anyio==3.6.2
|
4 |
+
appdirs==1.4.4
|
5 |
+
asgiref==3.6.0
|
6 |
+
async-timeout==4.0.2
|
7 |
+
attrs==22.2.0
|
8 |
+
backoff==2.2.1
|
9 |
+
bentoml==1.0.13
|
10 |
+
build==0.10.0
|
11 |
+
cattrs==22.2.0
|
12 |
+
certifi==2022.12.7
|
13 |
+
charset-normalizer==2.1.1
|
14 |
+
circus==0.18.0
|
15 |
+
click==8.1.3
|
16 |
+
click-option-group==0.5.5
|
17 |
+
cloudpickle==2.2.1
|
18 |
+
contextlib2==21.6.0
|
19 |
+
deepmerge==1.1.0
|
20 |
+
Deprecated==1.2.13
|
21 |
+
exceptiongroup==1.1.0
|
22 |
+
filelock==3.9.0
|
23 |
+
filetype==1.2.0
|
24 |
+
frozenlist==1.3.3
|
25 |
+
fs==2.4.16
|
26 |
+
googleapis-common-protos==1.58.0
|
27 |
+
h11==0.14.0
|
28 |
+
huggingface-hub==0.12.0
|
29 |
+
idna==3.4
|
30 |
+
Jinja2==3.1.2
|
31 |
+
markdown-it-py==2.1.0
|
32 |
+
MarkupSafe==2.1.2
|
33 |
+
mdurl==0.1.2
|
34 |
+
multidict==6.0.4
|
35 |
+
numpy==1.24.1
|
36 |
+
opentelemetry-api==1.14.0
|
37 |
+
opentelemetry-exporter-otlp-proto-http==1.14.0
|
38 |
+
opentelemetry-instrumentation==0.35b0
|
39 |
+
opentelemetry-instrumentation-aiohttp-client==0.35b0
|
40 |
+
opentelemetry-instrumentation-asgi==0.35b0
|
41 |
+
opentelemetry-proto==1.14.0
|
42 |
+
opentelemetry-sdk==1.14.0
|
43 |
+
opentelemetry-semantic-conventions==0.35b0
|
44 |
+
opentelemetry-util-http==0.35b0
|
45 |
+
packaging==21.3
|
46 |
+
pathspec==0.11.0
|
47 |
+
Pillow==9.4.0
|
48 |
+
pip-requirements-parser==32.0.1
|
49 |
+
pip-tools==6.12.1
|
50 |
+
prometheus-client==0.16.0
|
51 |
+
protobuf==3.20.3
|
52 |
+
psutil==5.9.4
|
53 |
+
Pygments==2.14.0
|
54 |
+
pynvml==11.4.1
|
55 |
+
pyparsing==3.0.9
|
56 |
+
pyproject_hooks==1.0.0
|
57 |
+
python-dateutil==2.8.2
|
58 |
+
python-json-logger==2.0.4
|
59 |
+
python-multipart==0.0.5
|
60 |
+
PyYAML==6.0
|
61 |
+
pyzmq==25.0.0
|
62 |
+
regex==2022.10.31
|
63 |
+
requests==2.28.2
|
64 |
+
rich==13.3.1
|
65 |
+
schema==0.7.5
|
66 |
+
simple-di==0.1.5
|
67 |
+
six==1.16.0
|
68 |
+
sniffio==1.3.0
|
69 |
+
starlette==0.23.1
|
70 |
+
timm==0.6.12
|
71 |
+
tokenizers==0.13.2
|
72 |
+
tomli==2.0.1
|
73 |
+
torch==1.13.1
|
74 |
+
torchvision==0.14.1
|
75 |
+
tornado==6.2
|
76 |
+
tqdm==4.64.1
|
77 |
+
transformers==4.26.0
|
78 |
+
typing_extensions==4.4.0
|
79 |
+
urllib3==1.26.14
|
80 |
+
uvicorn==0.20.0
|
81 |
+
watchfiles==0.18.1
|
82 |
+
wrapt==1.14.1
|
83 |
+
yarl==1.8.2
|