Spaces:
Sleeping
Sleeping
yanyoyo
commited on
Commit
·
6b6edc1
1
Parent(s):
47821f6
Update dependencies to resolve version conflicts
Browse files- requirements.txt +15 -32
requirements.txt
CHANGED
@@ -1,32 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
huggingface-hub>=0.19.0
|
17 |
-
|
18 |
-
# PyTorch 相关
|
19 |
-
torch==2.0.1
|
20 |
-
torchvision==0.15.2
|
21 |
-
torchaudio==2.0.2
|
22 |
-
|
23 |
-
# 数据处理
|
24 |
-
numpy==1.24.3
|
25 |
-
pandas==1.5.3
|
26 |
-
nltk>=3.8.1
|
27 |
-
|
28 |
-
# 其他工具
|
29 |
-
python-dotenv==1.0.0
|
30 |
-
httpx==0.28.1
|
31 |
-
requests
|
32 |
-
pydantic<3.0.0
|
|
|
1 |
+
einops==0.7.0
|
2 |
+
protobuf==5.26.1
|
3 |
+
llama-index==0.10.38
|
4 |
+
llama-index-llms-huggingface==0.2.0
|
5 |
+
transformers[torch]==4.41.1
|
6 |
+
huggingface_hub[inference]==0.23.1
|
7 |
+
huggingface_hub==0.23.1
|
8 |
+
sentence-transformers==2.7.0
|
9 |
+
sentencepiece==0.2.0
|
10 |
+
llama-index-embeddings-huggingface==0.2.0
|
11 |
+
llama-index-embeddings-instructor==0.1.3
|
12 |
+
pytorch==2.0.1
|
13 |
+
torchvision==0.15.2
|
14 |
+
torchaudio==2.0.2
|
15 |
+
pytorch-cuda=11.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|