Spaces:
Sleeping
Sleeping
Vladislawoo
commited on
Commit
•
96fe231
1
Parent(s):
e3656f6
Upload requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -32,6 +32,7 @@ filelock==3.12.2
|
|
32 |
flatbuffers==23.5.26
|
33 |
fonttools==4.42.0
|
34 |
fqdn==1.5.1
|
|
|
35 |
gast==0.4.0
|
36 |
gitdb==4.0.10
|
37 |
GitPython==3.1.32
|
@@ -40,6 +41,7 @@ google-auth-oauthlib==1.0.0
|
|
40 |
google-pasta==0.2.0
|
41 |
grpcio==1.57.0
|
42 |
h5py==3.9.0
|
|
|
43 |
idna==2.10
|
44 |
importlib-metadata==6.8.0
|
45 |
ipykernel==6.25.1
|
@@ -66,7 +68,6 @@ jupyterlab==4.0.5
|
|
66 |
jupyterlab-pygments==0.2.2
|
67 |
jupyterlab-widgets==3.0.8
|
68 |
jupyterlab_server==2.24.0
|
69 |
-
joblib
|
70 |
keras==2.13.1
|
71 |
kiwisolver==1.4.4
|
72 |
libclang==16.0.6
|
@@ -136,6 +137,7 @@ pyzmq==25.1.1
|
|
136 |
qtconsole==5.4.3
|
137 |
QtPy==2.3.1
|
138 |
referencing==0.30.2
|
|
|
139 |
requests==2.31.0
|
140 |
requests-oauthlib==1.3.1
|
141 |
requests-toolbelt==1.0.0
|
@@ -145,6 +147,7 @@ rich==13.5.2
|
|
145 |
roboflow==1.1.3
|
146 |
rpds-py==0.9.2
|
147 |
rsa==4.9
|
|
|
148 |
scikit-learn==1.3.0
|
149 |
scipy==1.11.1
|
150 |
seaborn==0.12.2
|
@@ -168,6 +171,7 @@ terminado==0.17.1
|
|
168 |
thop==0.1.1.post2209072238
|
169 |
threadpoolctl==3.2.0
|
170 |
tinycss2==1.2.1
|
|
|
171 |
toml==0.10.2
|
172 |
toolz==0.12.0
|
173 |
torch==2.0.1
|
@@ -175,6 +179,7 @@ torchvision==0.15.2
|
|
175 |
tornado==6.3.2
|
176 |
tqdm==4.66.1
|
177 |
traitlets==5.9.0
|
|
|
178 |
triton==2.0.0
|
179 |
typing_extensions==4.5.0
|
180 |
tzdata==2023.3
|
|
|
32 |
flatbuffers==23.5.26
|
33 |
fonttools==4.42.0
|
34 |
fqdn==1.5.1
|
35 |
+
fsspec==2023.6.0
|
36 |
gast==0.4.0
|
37 |
gitdb==4.0.10
|
38 |
GitPython==3.1.32
|
|
|
41 |
google-pasta==0.2.0
|
42 |
grpcio==1.57.0
|
43 |
h5py==3.9.0
|
44 |
+
huggingface-hub==0.16.4
|
45 |
idna==2.10
|
46 |
importlib-metadata==6.8.0
|
47 |
ipykernel==6.25.1
|
|
|
68 |
jupyterlab-pygments==0.2.2
|
69 |
jupyterlab-widgets==3.0.8
|
70 |
jupyterlab_server==2.24.0
|
|
|
71 |
keras==2.13.1
|
72 |
kiwisolver==1.4.4
|
73 |
libclang==16.0.6
|
|
|
137 |
qtconsole==5.4.3
|
138 |
QtPy==2.3.1
|
139 |
referencing==0.30.2
|
140 |
+
regex==2023.8.8
|
141 |
requests==2.31.0
|
142 |
requests-oauthlib==1.3.1
|
143 |
requests-toolbelt==1.0.0
|
|
|
147 |
roboflow==1.1.3
|
148 |
rpds-py==0.9.2
|
149 |
rsa==4.9
|
150 |
+
safetensors==0.3.3
|
151 |
scikit-learn==1.3.0
|
152 |
scipy==1.11.1
|
153 |
seaborn==0.12.2
|
|
|
171 |
thop==0.1.1.post2209072238
|
172 |
threadpoolctl==3.2.0
|
173 |
tinycss2==1.2.1
|
174 |
+
tokenizers==0.13.3
|
175 |
toml==0.10.2
|
176 |
toolz==0.12.0
|
177 |
torch==2.0.1
|
|
|
179 |
tornado==6.3.2
|
180 |
tqdm==4.66.1
|
181 |
traitlets==5.9.0
|
182 |
+
transformers==4.32.0
|
183 |
triton==2.0.0
|
184 |
typing_extensions==4.5.0
|
185 |
tzdata==2023.3
|