NaimaAqeel commited on
Commit
065cf52
·
verified ·
1 Parent(s): 06a12d7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,3 +1,5 @@
 
 
1
  numpy==1.26.4
2
  transformers==4.30.2
3
  torch==2.0.1
@@ -5,7 +7,6 @@ gradio==3.34.0
5
  faiss-cpu==1.7.4
6
  python-docx==0.8.11
7
  PyMuPDF==1.23.8
8
- sentence-transformers==2.2.2
9
  sentencepiece==0.1.99
10
 
11
 
@@ -26,4 +27,5 @@ sentencepiece==0.1.99
26
 
27
 
28
 
 
29
 
 
1
+ sentence-transformers==2.2.2
2
+ huggingface_hub==0.13.4
3
  numpy==1.26.4
4
  transformers==4.30.2
5
  torch==2.0.1
 
7
  faiss-cpu==1.7.4
8
  python-docx==0.8.11
9
  PyMuPDF==1.23.8
 
10
  sentencepiece==0.1.99
11
 
12
 
 
27
 
28
 
29
 
30
+
31