File tree 3 files changed +120
-94
lines changed
3 files changed +120
-94
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ dependencies = [
15
15
" infinity-emb[all]==0.0.53" ,
16
16
" lmdeploy @ git+https://gitee.com/liuyu_1997/lmdeploy.git" ,
17
17
" loguru>=0.7.2" ,
18
- " openai==1.44 .0" ,
18
+ " openai==1.45 .0" ,
19
19
" setuptools==75.2.0" ,
20
20
" streamlit==1.39.0" ,
21
- " torch==2.4.0 " ,
22
- " torchvision==0.19 " ,
21
+ " torch==2.5.1 " ,
22
+ " torchvision==0.20.1 " ,
23
23
" transformers==4.45.2" ,
24
- " vllm==0.6.3 " ,
25
- " qwen_vl_utils"
24
+ " vllm==0.6.4.post1 " ,
25
+ " qwen_vl_utils" ,
26
26
]
27
27
28
28
Original file line number Diff line number Diff line change 1
1
setuptools == 75.2.0
2
- torch == 2.4.0
3
- torchvision == 0.19
2
+ torch == 2.5.1
3
+ torchvision == 0.20.1
4
4
fschat == 0.2.36
5
5
transformers == 4.45.2
6
6
accelerate
7
- vllm == 0.6.3
7
+ vllm == 0.6.4.post1
8
8
git+https://gitee.com/liuyu_1997/lmdeploy.git # lmdeploy==0.6.2
9
- openai == 1.44 .0
9
+ openai == 1.45 .0
10
10
loguru
11
11
fastapi == 0.114.1
12
12
infinity-emb [all ]== 0.0.53
You can’t perform that action at this time.
0 commit comments