FESG1234 commited on
Commit
05a4645
·
verified ·
1 Parent(s): acb5a0d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -6
requirements.txt CHANGED
@@ -1,7 +1,10 @@
1
- huggingface_hub>=0.25.2
2
- accelerate>=0.26.0
3
- PyPDF2
 
4
  gradio>=4.25.0
5
- torch>=2.3.0
6
- transformers>=4.40.0
7
- langchain
 
 
 
1
+ torch>=2.0.0
2
+ transformers>=4.36.0
3
+ langchain>=0.1.0
4
+ faiss-cpu>=1.7.4
5
  gradio>=4.25.0
6
+ PyPDF2>=3.0.0
7
+ huggingface-hub>=0.19.0
8
+ sentence-transformers>=2.2.2
9
+ protobuf>=3.20.0
10
+ typing>=3.7.4