Princeaka commited on
Commit
ec88697
·
verified ·
1 Parent(s): 857b851

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- huggingface-hub==0.13.4
 
2
 
3
  # ===== CORE API =====
4
  fastapi==0.95.2
@@ -6,7 +7,7 @@ uvicorn==0.22.0
6
  python-multipart==0.0.6
7
  python-dotenv==1.0.0
8
 
9
- # ===== AI/ML (PERFECTLY COMPATIBLE VERSIONS) =====
10
  torch==1.13.1 --extra-index-url https://download.pytorch.org/whl/cpu
11
  transformers==4.28.1
12
  diffusers==0.14.0
 
1
+ # ===== LOCKED CRITICAL VERSIONS =====
2
+ huggingface-hub==0.13.4 # cached_download still exists
3
 
4
  # ===== CORE API =====
5
  fastapi==0.95.2
 
7
  python-multipart==0.0.6
8
  python-dotenv==1.0.0
9
 
10
+ # ===== AI/ML =====
11
  torch==1.13.1 --extra-index-url https://download.pytorch.org/whl/cpu
12
  transformers==4.28.1
13
  diffusers==0.14.0