Commit
·
ecf4ad6
1
Parent(s):
8cdc3f0
Add hf_transfer to requirements
Browse files- requirements.in +2 -1
- requirements.txt +2 -0
requirements.in
CHANGED
|
@@ -5,4 +5,5 @@ rich
|
|
| 5 |
toolz
|
| 6 |
python-dotenv
|
| 7 |
uvicorn[standard]
|
| 8 |
-
fastapi
|
|
|
|
|
|
| 5 |
toolz
|
| 6 |
python-dotenv
|
| 7 |
uvicorn[standard]
|
| 8 |
+
fastapi
|
| 9 |
+
hf_transfer
|
requirements.txt
CHANGED
|
@@ -32,6 +32,8 @@ h11==0.14.0
|
|
| 32 |
# via
|
| 33 |
# httpcore
|
| 34 |
# uvicorn
|
|
|
|
|
|
|
| 35 |
httpcore==1.0.2
|
| 36 |
# via httpx
|
| 37 |
httptools==0.6.1
|
|
|
|
| 32 |
# via
|
| 33 |
# httpcore
|
| 34 |
# uvicorn
|
| 35 |
+
hf-transfer==0.1.5
|
| 36 |
+
# via -r requirements.in
|
| 37 |
httpcore==1.0.2
|
| 38 |
# via httpx
|
| 39 |
httptools==0.6.1
|