KIRA111B commited on
Commit
82bafbb
·
verified ·
1 Parent(s): bc1ec09

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -8
requirements.txt CHANGED
@@ -1,8 +1,12 @@
1
- # requirements.txt
2
- langchain
3
- gradio
4
- sentence_transformers
5
- faiss-cpu
6
- unstructured
7
- llama-cpp-python
8
- huggingface_hub
 
 
 
 
 
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