fffiloni commited on
Commit
9859f2e
1 Parent(s): 16cc582

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +224 -225
requirements.txt CHANGED
@@ -1,233 +1,232 @@
1
  spaces
2
- accelerate
3
- aiofiles
4
- aiohttp
5
- aiosignal
6
- altair
7
- annotated-types
8
- antlr4-python3-runtime
9
- anyio
10
- appdirs
11
- asgiref
12
- async-timeout
13
- attrs
14
- backoff
15
- bcrypt
16
- beautifulsoup4
17
- bitarray
18
- bitsandbytes
19
- bleach
20
- blinker
21
- braceexpand
22
- build
23
- cachetools
24
- chardet
25
- chroma-hnswlib
26
- chromadb
27
- click
28
- cmake
29
- colbert-ai
30
- coloredlogs
31
- contourpy
32
- cycler
33
- datasets
34
- decorator
35
- decord
36
- deprecated
37
- dill
38
- docker-pycreds
39
- docopt
40
- einops
41
- exceptiongroup
42
- faiss-gpu
43
- fastapi
44
- ffmpeg
45
- ffmpeg-python
46
- ffmpy
47
- filelock
48
-
49
- flask
50
- flatbuffers
51
- fonttools
52
- frozenlist
53
- fsspec
54
- ftfy
55
- future
56
- gdown
57
- git-python
58
- gitdb
59
- gitpython
60
- google-auth
61
- googleapis-common-protos
62
  gradio
63
  gradio-client
64
- h11
65
- h5py
66
- httpcore
67
- httptools
68
- httpx
69
- huggingface-hub
70
- humanfriendly
71
- imageio
72
- imageio-ffmpeg
73
- importlib-metadata
74
- importlib-resources
75
- inquirerpy
76
- iopath
77
- itsdangerous
78
- jinja2
79
- joblib
80
- jsonschema
81
- jsonschema-specifications
82
- kaggle
83
- kiwisolver
84
- kubernetes
85
- lazy-loader
86
- lit
87
- llvmlite
88
- markdown-it-py
89
- matplotlib
90
- mdurl
91
- mmh3
92
- monotonic
93
- more-itertools
94
- moviepy
95
- mpmath
96
- multidict
97
- multiprocess
98
- mutagen
99
- networkx
100
- ninja
101
- nltk
102
- numba
103
- nvidia-cublas-cu11
104
- nvidia-cublas-cu12
105
- nvidia-cuda-cupti-cu12
106
- nvidia-cuda-nvrtc-cu11
107
- nvidia-cuda-nvrtc-cu12
108
- nvidia-cuda-runtime-cu11
109
- nvidia-cuda-runtime-cu12
110
- nvidia-cudnn-cu11
111
- nvidia-cudnn-cu12
112
- nvidia-cufft-cu12
113
- nvidia-curand-cu12
114
- nvidia-cusolver-cu12
115
- nvidia-cusparse-cu12
116
- nvidia-nccl-cu12
117
- nvidia-nvjitlink-cu12
118
- nvidia-nvtx-cu12
119
- omegaconf
120
- onnxruntime
121
- openai
122
- openai-whisper
123
- opencv-python
124
- opentelemetry-api
125
- opentelemetry-exporter-otlp-proto-common
126
- opentelemetry-exporter-otlp-proto-grpc
127
- opentelemetry-instrumentation
128
- opentelemetry-instrumentation-asgi
129
- opentelemetry-instrumentation-fastapi
130
- opentelemetry-proto
131
- opentelemetry-sdk
132
- opentelemetry-semantic-conventions
133
- opentelemetry-util-http
134
- orjson
135
- overrides
136
- pandas
137
- pathtools
138
  peft==0.2.0
139
- pfzy
140
- pillow
141
- plotly
142
- portalocker
143
- posthog
144
- proglog
145
- progressbar2
146
- prompt-toolkit
147
- protobuf
148
- psutil
149
- pulsar-client
150
- pyarrow
151
- pyarrow-hotfix
152
- pyasn1
153
- pyasn1-modules
154
- pycocoevalcap
155
- pycocotools
156
- pycryptodomex
157
- pydantic
158
- pydantic-core
159
- pydub
160
- pygments
161
- pyparsing
162
- pypika
163
- pyproject-hooks
164
- pysrt
165
- python-dateutil
166
- python-dotenv
167
- python-multipart
168
- python-slugify
169
- python-utils
170
  pytubefix
171
- pytz
172
- pyyaml
173
- referencing
174
- regex
175
- rich
176
- rouge
177
- rpds-py
178
- rsa
179
- safetensors
180
- scikit-image
181
- scikit-learn
182
- scipy
183
- seaborn
184
- semantic-version
185
- sentence-transformers
186
- sentencepiece
187
- sentry-sdk
188
- setproctitle
189
- setuptools
190
- shellingham
191
- six
192
- smmap
193
- sniffio
194
- soundfile
195
- soupsieve
196
- starlette
197
- sympy
198
- tenacity
199
- text-unidecode
200
- threadpoolctl
201
- tifffile
202
- tiktoken
203
- git+https://github.com/fffiloni/pytorch-image-models
204
- tokenizers
205
- tomli
206
- tomlkit
207
- toolz
208
- torch
209
- torchaudio
210
- torchvision
211
- transformers
212
- triton
213
- typer
214
- typing-extensions
215
- tzdata
216
- ujson
217
- uvicorn
218
- uvloop
219
- visual-genome
220
- wandb
221
- watchfiles
222
- wcwidth
223
- webdataset
224
- webencodings
225
- websocket-client
226
  websockets
227
- webvtt-py
228
- wrapt
229
- xxhash
230
- yarl
231
- youtube-dl
232
  yt-dlp
233
  zipp
 
 
1
  spaces
2
+ aiofiles==23.2.1
3
+ aiohttp==3.9.1
4
+ aiosignal==1.3.1
5
+ altair==5.2.0
6
+ annotated-types==0.6.0
7
+ antlr4-python3-runtime==4.9.3
8
+ anyio==4.2.0
9
+ appdirs==1.4.4
10
+ asgiref==3.7.2
11
+ async-timeout==4.0.3
12
+ attrs==23.2.0
13
+ backoff==2.2.1
14
+ bcrypt==4.1.2
15
+ beautifulsoup4==4.12.2
16
+ bitarray==2.9.2
17
+ bitsandbytes==0.42.0
18
+ bleach==6.1.0
19
+ blinker==1.7.0
20
+ braceexpand==0.1.7
21
+ build==1.0.3
22
+ cachetools==5.3.2
23
+ chardet==5.2.0
24
+ chroma-hnswlib==0.7.3
25
+ chromadb==0.4.22
26
+ click==8.1.7
27
+ cmake==3.25.0
28
+ colbert-ai==0.2.18
29
+ coloredlogs==15.0.1
30
+ contourpy==1.2.0
31
+ cycler==0.12.1
32
+ datasets==2.17.0
33
+ decorator==4.4.2
34
+ decord==0.6.0
35
+ deprecated==1.2.14
36
+ dill==0.3.8
37
+ docker-pycreds==0.4.0
38
+ docopt==0.6.2
39
+ einops==0.7.0
40
+ exceptiongroup==1.2.0
41
+ faiss-gpu==1.7.2
42
+ fastapi==0.108.0
43
+ ffmpeg==1.4
44
+ ffmpeg-python==0.2.0
45
+ ffmpy==0.3.1
46
+ filelock==3.13.1
47
+ flask==3.0.2
48
+ flatbuffers==23.5.26
49
+ fonttools==4.47.0
50
+ frozenlist==1.4.1
51
+ fsspec==2023.10.0
52
+ ftfy==6.1.3
53
+ future==0.18.3
54
+ gdown==4.7.1
55
+ git-python==1.0.3
56
+ gitdb==4.0.11
57
+ gitpython==3.1.40
58
+ google-auth==2.26.1
59
+ googleapis-common-protos==1.62.0
 
 
60
  gradio
61
  gradio-client
62
+ h11==0.14.0
63
+ h5py==3.10.0
64
+ httpcore==1.0.2
65
+ httptools==0.6.1
66
+ httpx==0.26.0
67
+ huggingface-hub==0.21.1
68
+ humanfriendly==10.0
69
+ imageio==2.33.1
70
+ imageio-ffmpeg==0.4.9
71
+ importlib-metadata==6.11.0
72
+ importlib-resources==6.1.1
73
+ inquirerpy==0.3.4
74
+ iopath==0.1.10
75
+ itsdangerous==2.1.2
76
+ jinja2==3.1.2
77
+ joblib==1.3.2
78
+ jsonschema==4.20.0
79
+ jsonschema-specifications==2023.12.1
80
+ kaggle==1.6.0
81
+ kiwisolver==1.4.5
82
+ kubernetes==29.0.0
83
+ lazy-loader==0.3
84
+ lit==15.0.7
85
+ llvmlite==0.41.1
86
+ markdown-it-py==3.0.0
87
+ matplotlib==3.8.2
88
+ mdurl==0.1.2
89
+ mmh3==4.1.0
90
+ monotonic==1.6
91
+ more-itertools==10.1.0
92
+ moviepy==1.0.3
93
+ mpmath==1.3.0
94
+ multidict==6.0.4
95
+ multiprocess==0.70.16
96
+ mutagen==1.47.0
97
+ networkx==3.2.1
98
+ ninja==1.11.1.1
99
+ nltk==3.8.1
100
+ numba==0.58.1
101
+ nvidia-cublas-cu11==11.10.3.66
102
+ nvidia-cublas-cu12==12.1.3.1
103
+ nvidia-cuda-cupti-cu12==12.1.105
104
+ nvidia-cuda-nvrtc-cu11==11.7.99
105
+ nvidia-cuda-nvrtc-cu12==12.1.105
106
+ nvidia-cuda-runtime-cu11==11.7.99
107
+ nvidia-cuda-runtime-cu12==12.1.105
108
+ nvidia-cudnn-cu11==8.5.0.96
109
+ nvidia-cudnn-cu12==8.9.2.26
110
+ nvidia-cufft-cu12==11.0.2.54
111
+ nvidia-curand-cu12==10.3.2.106
112
+ nvidia-cusolver-cu12==11.4.5.107
113
+ nvidia-cusparse-cu12==12.1.0.106
114
+ nvidia-nccl-cu12==2.18.1
115
+ nvidia-nvjitlink-cu12==12.3.101
116
+ nvidia-nvtx-cu12==12.1.105
117
+ omegaconf==2.3.0
118
+ onnxruntime==1.16.3
119
+ openai==0.28.0
120
+ openai-whisper==20231117
121
+ opencv-python==4.7.0.72
122
+ opentelemetry-api==1.22.0
123
+ opentelemetry-exporter-otlp-proto-common==1.22.0
124
+ opentelemetry-exporter-otlp-proto-grpc==1.22.0
125
+ opentelemetry-instrumentation==0.43b0
126
+ opentelemetry-instrumentation-asgi==0.43b0
127
+ opentelemetry-instrumentation-fastapi==0.43b0
128
+ opentelemetry-proto==1.22.0
129
+ opentelemetry-sdk==1.22.0
130
+ opentelemetry-semantic-conventions==0.43b0
131
+ opentelemetry-util-http==0.43b0
132
+ orjson==3.9.10
133
+ overrides==7.4.0
134
+ pandas==2.0.0
135
+ pathtools==0.1.2
136
  peft==0.2.0
137
+ pfzy==0.3.4
138
+ pillow==10.2.0
139
+ plotly==5.18.0
140
+ portalocker==2.8.2
141
+ posthog==3.3.0
142
+ proglog==0.1.10
143
+ progressbar2==4.3.2
144
+ prompt-toolkit==3.0.43
145
+ protobuf==4.25.1
146
+ psutil==5.9.7
147
+ pulsar-client==3.4.0
148
+ pyarrow==15.0.0
149
+ pyarrow-hotfix==0.6
150
+ pyasn1==0.5.1
151
+ pyasn1-modules==0.3.0
152
+ pycocoevalcap==1.2
153
+ pycocotools==2.0.6
154
+ pycryptodomex==3.19.1
155
+ pydantic==2.5.3
156
+ pydantic-core==2.14.6
157
+ pydub==0.25.1
158
+ pygments==2.17.2
159
+ pyparsing==3.1.1
160
+ pypika==0.48.9
161
+ pyproject-hooks==1.0.0
162
+ pysrt==1.1.2
163
+ python-dateutil==2.8.2
164
+ python-dotenv==1.0.0
165
+ python-multipart==0.0.6
166
+ python-slugify==8.0.1
167
+ python-utils==3.8.1
168
  pytubefix
169
+ pytz==2023.3.post1
170
+ pyyaml==6.0.1
171
+ referencing==0.32.0
172
+ regex==2023.12.25
173
+ rich==13.7.0
174
+ rouge==1.0.1
175
+ rpds-py==0.16.2
176
+ rsa==4.9
177
+ safetensors==0.4.1
178
+ scikit-image==0.22.0
179
+ scikit-learn==1.3.2
180
+ scipy==1.11.4
181
+ seaborn==0.13.1
182
+ semantic-version==2.10.0
183
+ sentence-transformers==2.2.2
184
+ sentencepiece==0.1.97
185
+ sentry-sdk==1.39.1
186
+ setproctitle==1.3.3
187
+ setuptools==69.0.3
188
+ shellingham==1.5.4
189
+ six==1.16.0
190
+ smmap==5.0.1
191
+ sniffio==1.3.0
192
+ soundfile==0.12.1
193
+ soupsieve==2.5
194
+ starlette==0.32.0.post1
195
+ sympy==1.12
196
+ tenacity==8.2.3
197
+ text-unidecode==1.3
198
+ threadpoolctl==3.2.0
199
+ tifffile==2023.12.9
200
+ tiktoken==0.5.2
201
+ timm==0.6.13
202
+ tokenizers==0.15.2
203
+ tomli==2.0.1
204
+ tomlkit==0.12.0
205
+ toolz==0.12.0
206
+ torch==2.0.1
207
+ torchaudio==2.0.2
208
+ torchvision==0.15.2
209
+ transformers==4.37.2
210
+ triton==2.0.0
211
+ typer==0.9.0
212
+ typing-extensions==4.9.0
213
+ tzdata==2023.4
214
+ ujson==5.9.0
215
+ uvicorn==0.25.0
216
+ uvloop==0.19.0
217
+ visual-genome==1.1.1
218
+ wandb==0.14.2
219
+ watchfiles==0.21.0
220
+ wcwidth==0.2.13
221
+ webdataset==0.2.48
222
+ webencodings==0.5.1
223
+ websocket-client==1.7.0
224
  websockets
225
+ webvtt-py==0.4.6
226
+ wrapt==1.16.0
227
+ xxhash==3.4.1
228
+ yarl==1.9.4
229
+ youtube-dl==2021.12.17
230
  yt-dlp
231
  zipp
232
+ git+https://github.com/fffiloni/pytorch-image-models