hf_transfer for requirements
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -5,6 +5,7 @@ flask-cors
|
|
| 5 |
|
| 6 |
# Hugging Face ecosystem
|
| 7 |
huggingface_hub>=0.20
|
|
|
|
| 8 |
|
| 9 |
# Core ML libraries
|
| 10 |
torch>=2.0.0
|
|
|
|
| 5 |
|
| 6 |
# Hugging Face ecosystem
|
| 7 |
huggingface_hub>=0.20
|
| 8 |
+
hf_transfer>=0.1.4 # ← Add this line
|
| 9 |
|
| 10 |
# Core ML libraries
|
| 11 |
torch>=2.0.0
|