Spaces:
Sleeping
Sleeping
Commit
•
6f7f092
1
Parent(s):
4c0e93e
Upload 2 files
Browse files- requirements.in +2 -1
- requirements.txt +3 -6
requirements.in
CHANGED
@@ -5,4 +5,5 @@ torch
|
|
5 |
faiss-cpu
|
6 |
fuego
|
7 |
sentence_transformers
|
8 |
-
backoff
|
|
|
|
5 |
faiss-cpu
|
6 |
fuego
|
7 |
sentence_transformers
|
8 |
+
backoff
|
9 |
+
hf-transfer
|
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
#
|
2 |
-
# This file is autogenerated by pip-compile with Python 3.
|
3 |
# by the following command:
|
4 |
#
|
5 |
# pip-compile --resolver=backtracking requirements.in
|
@@ -87,6 +87,8 @@ h11==0.14.0
|
|
87 |
# via
|
88 |
# httpcore
|
89 |
# uvicorn
|
|
|
|
|
90 |
httpcore==0.16.3
|
91 |
# via httpx
|
92 |
httpx==0.23.3
|
@@ -104,8 +106,6 @@ idna==3.4
|
|
104 |
# requests
|
105 |
# rfc3986
|
106 |
# yarl
|
107 |
-
importlib-resources==5.12.0
|
108 |
-
# via matplotlib
|
109 |
jinja2==3.1.2
|
110 |
# via
|
111 |
# altair
|
@@ -276,7 +276,6 @@ typing-extensions==4.5.0
|
|
276 |
# gradio
|
277 |
# huggingface-hub
|
278 |
# pydantic
|
279 |
-
# starlette
|
280 |
# torch
|
281 |
uc-micro-py==1.0.1
|
282 |
# via linkify-it-py
|
@@ -292,5 +291,3 @@ xxhash==3.2.0
|
|
292 |
# via datasets
|
293 |
yarl==1.8.2
|
294 |
# via aiohttp
|
295 |
-
zipp==3.15.0
|
296 |
-
# via importlib-resources
|
|
|
1 |
#
|
2 |
+
# This file is autogenerated by pip-compile with Python 3.10
|
3 |
# by the following command:
|
4 |
#
|
5 |
# pip-compile --resolver=backtracking requirements.in
|
|
|
87 |
# via
|
88 |
# httpcore
|
89 |
# uvicorn
|
90 |
+
hf-transfer==0.1.3
|
91 |
+
# via -r requirements.in
|
92 |
httpcore==0.16.3
|
93 |
# via httpx
|
94 |
httpx==0.23.3
|
|
|
106 |
# requests
|
107 |
# rfc3986
|
108 |
# yarl
|
|
|
|
|
109 |
jinja2==3.1.2
|
110 |
# via
|
111 |
# altair
|
|
|
276 |
# gradio
|
277 |
# huggingface-hub
|
278 |
# pydantic
|
|
|
279 |
# torch
|
280 |
uc-micro-py==1.0.1
|
281 |
# via linkify-it-py
|
|
|
291 |
# via datasets
|
292 |
yarl==1.8.2
|
293 |
# via aiohttp
|
|
|
|