arahrooh commited on
Commit
0d730d5
·
1 Parent(s): b5d5a5b

Add huggingface_hub dependency for Inference API

Browse files
Files changed (1) hide show
  1. 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