Dyraa18 commited on
Commit
21c4988
·
verified ·
1 Parent(s): 8d0fad7

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -0
requirements.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ flask==3.0.3
2
+ jinja2==3.1.4
3
+ werkzeug==3.0.3
4
+ python-dotenv==1.0.1
5
+
6
+ sqlalchemy==2.0.36
7
+ psycopg2-binary==2.9.9
8
+
9
+ numpy==1.26.4
10
+ faiss-cpu==1.8.0
11
+ scikit-learn==1.5.2
12
+ sentencepiece==0.2.0
13
+ tokenizers==0.19.1
14
+ protobuf==5.28.2
15
+
16
+
17
+ llama-cpp-python==0.3.7
18
+ torch==2.4.1
19
+ transformers==4.44.2
20
+ huggingface_hub==0.26.2
21
+
22
+ gunicorn==21.2.0