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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt CHANGED
@@ -5,6 +5,11 @@ transformers==4.30.2
5
  torch==2.0.1
6
  openai==0.27.0
7
  Pillow==9.4.0
 
 
 
8
  sentence-transformers==2.2.2
 
 
9
  faiss-cpu==1.7.4
10
  numpy==1.23.5
 
5
  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