Spaces:
Runtime error
Runtime error
Initial commit with LlamaIndex-based agent
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
llama-index-core
|
| 2 |
llama-index-llms-huggingface
|
| 3 |
-
transformers
|
| 4 |
-
torch
|
| 5 |
accelerate
|
| 6 |
-
gradio
|
| 7 |
requests
|
| 8 |
pandas
|
| 9 |
-
python-dotenv
|
|
|
|
|
|
|
|
|
| 1 |
llama-index-core
|
| 2 |
llama-index-llms-huggingface
|
| 3 |
+
transformers>=4.30.0
|
| 4 |
+
torch>=2.0.0
|
| 5 |
accelerate
|
| 6 |
+
gradio>=3.30
|
| 7 |
requests
|
| 8 |
pandas
|
| 9 |
+
python-dotenv
|
| 10 |
+
duckduckgo_search
|
| 11 |
+
sympy
|