hayuh commited on
Commit
ccaf8d1
·
verified ·
1 Parent(s): 6be2d6b

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # requirements file
2
+ # note which revision of python, for example 3.9.6
3
+ # in this file, insert all the pip install needs, include revision
4
+
5
+
6
+ python-dotenv==1.0.0
7
+
8
+ llama-index==0.10.27
9
+ llama-index-llms-openai==0.1.15
10
+ llama-index-embeddings-openai==0.1.7
11
+
12
+ gradio
13
+ transformers
14
+ torch>=1.8.0