Spaces:
Runtime error
Runtime error
Add huggingface_hub dependency for Inference API
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -6,6 +6,7 @@
|
|
| 6 |
# Core ML/AI Framework
|
| 7 |
torch>=2.0.0 # PyTorch for model inference
|
| 8 |
transformers>=4.30.0 # Hugging Face transformers
|
|
|
|
| 9 |
accelerate>=0.20.0 # Model loading optimization
|
| 10 |
safetensors>=0.3.0 # Safe model loading
|
| 11 |
|
|
|
|
| 6 |
# Core ML/AI Framework
|
| 7 |
torch>=2.0.0 # PyTorch for model inference
|
| 8 |
transformers>=4.30.0 # Hugging Face transformers
|
| 9 |
+
huggingface_hub>=0.20.0 # Hugging Face Hub API (for Inference API)
|
| 10 |
accelerate>=0.20.0 # Model loading optimization
|
| 11 |
safetensors>=0.3.0 # Safe model loading
|
| 12 |
|