hayuh commited on
Commit
35f3adf
1 Parent(s): 739f9ff

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -1
requirements.txt CHANGED
@@ -1 +1,14 @@
1
- huggingface_hub==0.22.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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