KIRA111B commited on
Commit
bb0d667
·
verified ·
1 Parent(s): 2e0c2b5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -2
requirements.txt CHANGED
@@ -1,6 +1,14 @@
1
- gradio==4.29.0
 
 
 
 
 
 
2
  langchain==0.1.16
3
  llama-cpp-python==0.2.64
4
  sentence-transformers==2.6.1
5
  faiss-cpu==1.8.0
6
- aiofiles==23.2.1
 
 
 
1
+ # requirements.txt (最终稳定版 v2)
2
+
3
+ # 使用一个稳定且较新的Gradio 4.x版本
4
+ gradio==4.25.0
5
+ gradio_client==0.15.0
6
+
7
+ # 核心框架和它们的稳定版本
8
  langchain==0.1.16
9
  llama-cpp-python==0.2.64
10
  sentence-transformers==2.6.1
11
  faiss-cpu==1.8.0
12
+ huggingface_hub==0.22.2
13
+ langchain-community==0.0.32
14
+ pypdf