Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +14 -1
requirements.txt
CHANGED
@@ -1 +1,14 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|