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