SiraH commited on
Commit
71a9d2b
1 Parent(s): 6e78b52

requirement file

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ langchain==0.0.306
2
+ PyPDF2==3.0.1
3
+ streamlit==1.25.0
4
+ torch==2.0.1
5
+ transformers==4.31.0
6
+ llama-cpp-python==0.1.77
7
+ pydantic==1.10.12