Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +11 -8
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
langchain
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
1 |
+
llama-index-core>=0.10.0
|
2 |
+
llama-index-llms-huggingface>=0.1.0
|
3 |
+
llama-index-embeddings-langchain>=0.1.0
|
4 |
+
langchain>=0.0.0
|
5 |
+
torch>=2.0.0
|
6 |
+
gradio>=3.0.0
|
7 |
+
sentence-transformers>=2.2.0
|
8 |
+
huggingface-hub>=0.16.0
|
9 |
+
transformers>=4.30.0
|
10 |
+
accelerate>=0.20.0
|
11 |
+
bitsandbytes>=0.40.0
|