Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pypdf
|
| 2 |
+
python-dotenv
|
| 3 |
+
llama-index
|
| 4 |
+
llama-index-llms-huggingface
|
| 5 |
+
llama-index-embeddings-huggingface
|
| 6 |
+
gradio
|
| 7 |
+
einops
|
| 8 |
+
accelerate
|
| 9 |
+
llama-cpp-python
|
| 10 |
+
llama-index-llms-llama-cpp llama-index-embeddings-huggingface
|