heerjtdev commited on
Commit
6b41319
·
verified ·
1 Parent(s): c1ea31c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -12
requirements.txt CHANGED
@@ -1,12 +1,6 @@
1
- gradio
2
- pymupdf
3
- langchain
4
- langchain-community
5
- langchain-huggingface
6
- langchain-text-splitters
7
- faiss-cpu
8
- sentence-transformers
9
- transformers
10
- onnx
11
- # CHANGE: Install optimum with the onnxruntime extra
12
- optimum[onnxruntime]
 
1
+ gradio>=4.0.0
2
+ PyPDF2>=3.0.0
3
+ transformers>=4.30.0
4
+ torch>=2.0.0
5
+ sentencepiece>=0.1.99
6
+ protobuf>=3.20.0