RandomCatLover commited on
Commit
3ddcfad
1 Parent(s): 16c377e
Files changed (1) hide show
  1. requirements.txt +138 -0
requirements.txt CHANGED
@@ -1,4 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gradio==3.30.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  matplotlib==3.7.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  shap==0.41.0
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  transformers==4.27.4
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.4.0
2
+ aiobotocore==2.5.0
3
+ aiofiles==23.1.0
4
+ aiohttp==3.8.4
5
+ aioitertools==0.11.0
6
+ aiosignal==1.3.1
7
+ altair==5.0.0
8
+ ansible==6.7.0
9
+ ansible-core==2.13.8
10
+ anyio==3.6.2
11
+ async-timeout==4.0.2
12
+ attrs==22.2.0
13
+ botocore==1.29.76
14
+ cachetools==5.3.0
15
+ certifi==2023.5.7
16
+ cffi==1.15.1
17
+ charset-normalizer==3.1.0
18
+ click==8.1.3
19
+ cloudpickle==2.2.1
20
+ cmake==3.26.1
21
+ contourpy==1.0.7
22
+ cryptography==40.0.1
23
+ cycler==0.11.0
24
+ datasets==2.11.0
25
+ dill==0.3.6
26
+ docopt==0.6.2
27
+ evaluate==0.4.0
28
+ fastapi==0.95.1
29
+ ffmpy==0.3.0
30
+ filelock==3.10.7
31
+ fonttools==4.39.4
32
+ frozenlist==1.3.3
33
+ fsspec==2023.5.0
34
+ gcsfs==2023.5.0
35
+ google-api-core==2.11.0
36
+ google-auth==2.18.0
37
+ google-auth-oauthlib==1.0.0
38
+ google-cloud-core==2.3.2
39
+ google-cloud-storage==2.9.0
40
+ google-crc32c==1.5.0
41
+ google-resumable-media==2.5.0
42
+ googleapis-common-protos==1.59.0
43
  gradio==3.30.0
44
+ gradio_client==0.2.4
45
+ grpcio==1.54.2
46
+ h11==0.14.0
47
+ httpcore==0.17.0
48
+ httpx==0.24.0
49
+ huggingface-hub==0.13.3
50
+ idna==3.4
51
+ importlib-metadata==6.6.0
52
+ importlib-resources==5.12.0
53
+ Jinja2==3.1.2
54
+ jmespath==1.0.1
55
+ joblib==1.2.0
56
+ jsonschema==4.17.3
57
+ kiwisolver==1.4.4
58
+ linkify-it-py==2.0.2
59
+ lit==16.0.0
60
+ llvmlite==0.40.0
61
+ Markdown==3.4.3
62
+ markdown-it-py==2.2.0
63
+ MarkupSafe==2.1.2
64
  matplotlib==3.7.1
65
+ mdit-py-plugins==0.3.3
66
+ mdurl==0.1.2
67
+ mpmath==1.3.0
68
+ multidict==6.0.4
69
+ multiprocess==0.70.14
70
+ networkx==3.1
71
+ numba==0.57.0
72
+ numpy==1.21.0
73
+ nvidia-cublas-cu11==11.10.3.66
74
+ nvidia-cuda-cupti-cu11==11.7.101
75
+ nvidia-cuda-nvrtc-cu11==11.7.99
76
+ nvidia-cuda-runtime-cu11==11.7.99
77
+ nvidia-cudnn-cu11==8.5.0.96
78
+ nvidia-cufft-cu11==10.9.0.58
79
+ nvidia-curand-cu11==10.2.10.91
80
+ nvidia-cusolver-cu11==11.4.0.1
81
+ nvidia-cusparse-cu11==11.7.4.91
82
+ nvidia-nccl-cu11==2.14.3
83
+ nvidia-nvtx-cu11==11.7.91
84
+ oauthlib==3.2.2
85
+ orjson==3.8.12
86
+ packaging==23.0
87
+ pandas==2.0.0
88
+ Pillow==9.5.0
89
+ pipreqs==0.4.13
90
+ pkgutil_resolve_name==1.3.10
91
+ protobuf==4.23.0
92
+ pyarrow==11.0.0
93
+ pyasn1==0.5.0
94
+ pyasn1-modules==0.3.0
95
+ pycparser==2.21
96
+ pydantic==1.10.7
97
+ pydub==0.25.1
98
+ pyparsing==3.0.9
99
+ pyrsistent==0.19.3
100
+ python-dotenv==1.0.0
101
+ python-multipart==0.0.6
102
+ pytz==2023.3
103
+ PyYAML==6.0
104
+ pyzmq==19.0.2
105
+ regex==2023.3.23
106
+ requests==2.28.2
107
+ requests-oauthlib==1.3.1
108
+ resolvelib==0.8.1
109
+ responses==0.18.0
110
+ rsa==4.9
111
+ s3fs==2023.5.0
112
+ scikit-learn==1.2.2
113
+ scipy==1.10.1
114
+ semantic-version==2.10.0
115
+ seqeval==1.2.2
116
  shap==0.41.0
117
+ slicer==0.0.7
118
+ sniffio==1.3.0
119
+ starlette==0.26.1
120
+ sympy==1.11.1
121
+ tensorboard==2.13.0
122
+ tensorboard-data-server==0.7.0
123
+ threadpoolctl==3.1.0
124
+ tokenizers==0.13.3
125
+ toolz==0.12.0
126
+ torch==2.0.0
127
+ torchaudio==2.0.1
128
+ torchvision==0.15.1
129
+ tqdm==4.65.0
130
  transformers==4.27.4
131
+ triton==2.0.0
132
+ tzdata==2023.3
133
+ uc-micro-py==1.0.2
134
+ urllib3==1.26.15
135
+ uvicorn==0.22.0
136
+ websockets==11.0.3
137
+ Werkzeug==2.3.4
138
+ wrapt==1.15.0
139
+ xxhash==3.2.0
140
+ yarg==0.1.9
141
+ yarl==1.8.2
142
+ zipp==3.15.0