⚡️Added hf_xet support for better performance
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ python-dotenv
|
|
7 |
PyJWT
|
8 |
pydantic
|
9 |
torch
|
10 |
-
torchvision
|
|
|
|
7 |
PyJWT
|
8 |
pydantic
|
9 |
torch
|
10 |
+
torchvision
|
11 |
+
huggingface_hub[hf_xet]
|