Lagstill commited on
Commit
77cdf47
1 Parent(s): ad295b0

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ python-dotenv~=1.0.1
2
+ torch~=2.2.2
3
+ transformers~=4.39.3
4
+ bitsandbytes~=0.42.0; sys_platform == 'darwin'
5
+ bitsandbytes~=0.43.1; 'darwin' not in sys_platform
6
+ accelerate~=0.28.0
7
+ pypdf~=4.1.0
8
+ tiktoken~=0.6.0
9
+ sentence-transformers~=2.5.1
10
+ faiss-cpu~=1.8.0
11
+ langchain~=0.1.16
12
+ streamlit~=1.29.0