Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -8
requirements.txt
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
-
# requirements.txt
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
# requirements.txt
|
2 |
+
|
3 |
+
langchain
|
4 |
+
gradio
|
5 |
+
sentence_transformers
|
6 |
+
faiss-cpu
|
7 |
+
unstructured
|
8 |
+
llama-cpp-python
|
9 |
+
huggingface_hub
|
10 |
+
|
11 |
+
# 解决依赖冲突
|
12 |
+
aiofiles>=24.1.0
|