Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -20
requirements.txt
CHANGED
@@ -1,25 +1,6 @@
|
|
1 |
-
`requirements.txt`**
|
2 |
-
|
3 |
-
这是我们经过多次尝试后,总结出的最可能.1.16
|
4 |
-
gradio==4.29.0
|
5 |
-
llama-cpp-python==0.2.成功的、最轻量化的版本。请用以下内容**完全替换**你现在的`requirements.txt`。64
|
6 |
-
sentence-transformers==2.6.1
|
7 |
-
faiss-cpu==1.8.0
|
8 |
-
huggingface_hub==0.22.2
|
9 |
-
langchain-community==0.0.32
|
10 |
-
|
11 |
-
# --- 文档解析,使用更轻量的版本 ---
|
12 |
-
unstructured==0.13.0
|
13 |
-
|
14 |
-
# --- 解决
|
15 |
-
|
16 |
-
```text
|
17 |
-
# requirements.txt (终极精简防超时版)
|
18 |
-
|
19 |
-
# 核心框架,锁定已知稳定版本
|
20 |
gradio==4.29.0
|
21 |
langchain==0.1.16
|
22 |
llama-cpp-python==0.2.64
|
23 |
sentence-transformers==2.6.1
|
24 |
-
faiss-cpu==
|
25 |
aiofiles==23.2.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|