Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
# GRADIO
|
2 |
gradio
|
3 |
|
|
|
|
|
|
|
4 |
# python binding for LLM
|
5 |
llama-cpp-python
|
6 |
|
7 |
# to download model
|
8 |
huggingface_hub
|
9 |
|
10 |
-
|
11 |
-
|
|
|
|
1 |
# GRADIO
|
2 |
gradio
|
3 |
|
4 |
+
# llamaindex
|
5 |
+
llama-index
|
6 |
+
|
7 |
# python binding for LLM
|
8 |
llama-cpp-python
|
9 |
|
10 |
# to download model
|
11 |
huggingface_hub
|
12 |
|
13 |
+
|
14 |
+
|
15 |
+
|