Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
e2667ee
1
Parent(s):
4ba4b70
update requirements.in to modify huggingface_hub dependencies
Browse files- requirements.in +2 -1
requirements.in
CHANGED
|
@@ -5,7 +5,8 @@ datasets
|
|
| 5 |
einops
|
| 6 |
fastapi
|
| 7 |
httpx[http2]
|
| 8 |
-
|
|
|
|
| 9 |
polars
|
| 10 |
pydantic
|
| 11 |
python-dotenv
|
|
|
|
| 5 |
einops
|
| 6 |
fastapi
|
| 7 |
httpx[http2]
|
| 8 |
+
hf_transfer
|
| 9 |
+
huggingface_hub[hf_xet]
|
| 10 |
polars
|
| 11 |
pydantic
|
| 12 |
python-dotenv
|