Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -10
requirements.txt
CHANGED
@@ -1,13 +1,5 @@
|
|
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.1.0
|
5 |
-
langchain-community>=0.0.1
|
6 |
torch>=2.0.0
|
7 |
gradio>=3.0.0
|
8 |
-
sentence-transformers>=2.2.0
|
9 |
-
huggingface-hub>=0.16.0
|
10 |
-
transformers>=4.30.0
|
11 |
accelerate>=0.20.0
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch>=2.0.0
|
2 |
gradio>=3.0.0
|
|
|
|
|
|
|
3 |
accelerate>=0.20.0
|
4 |
+
huggingface-hub>=0.16.0
|
5 |
+
spaces
|