mgbam commited on
Commit
95350ad
·
verified ·
1 Parent(s): 2deef32

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -6,10 +6,10 @@ torch==2.0.1
6
  openai==0.27.0
7
  Pillow==9.4.0
8
 
9
- # Add or pin these to ensure compatibility
10
- huggingface_hub==0.15.1
11
  sentence-transformers==2.2.2
12
 
13
- # If you're using FAISS for vector search:
14
  faiss-cpu==1.7.4
15
  numpy==1.23.5
 
6
  openai==0.27.0
7
  Pillow==9.4.0
8
 
9
+ # Key additions/updates to avoid the cached_download error
10
+ huggingface_hub==0.14.1
11
  sentence-transformers==2.2.2
12
 
13
+ # For Vector DB usage (faiss)
14
  faiss-cpu==1.7.4
15
  numpy==1.23.5