File tree Expand file tree Collapse file tree 3 files changed +120
-94
lines changed Expand file tree Collapse file tree 3 files changed +120
-94
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ dependencies = [
1515 " infinity-emb[all]==0.0.53" ,
1616 " lmdeploy @ git+https://gitee.com/liuyu_1997/lmdeploy.git" ,
1717 " loguru>=0.7.2" ,
18- " openai==1.44 .0" ,
18+ " openai==1.45 .0" ,
1919 " setuptools==75.2.0" ,
2020 " streamlit==1.39.0" ,
21- " torch==2.4.0 " ,
22- " torchvision==0.19 " ,
21+ " torch==2.5.1 " ,
22+ " torchvision==0.20.1 " ,
2323 " transformers==4.45.2" ,
24- " vllm==0.6.3 " ,
25- " qwen_vl_utils"
24+ " vllm==0.6.4.post1 " ,
25+ " qwen_vl_utils" ,
2626]
2727
2828
Original file line number Diff line number Diff line change 11setuptools == 75.2.0
2- torch == 2.4.0
3- torchvision == 0.19
2+ torch == 2.5.1
3+ torchvision == 0.20.1
44fschat == 0.2.36
55transformers == 4.45.2
66accelerate
7- vllm == 0.6.3
7+ vllm == 0.6.4.post1
88git+https://gitee.com/liuyu_1997/lmdeploy.git # lmdeploy==0.6.2
9- openai == 1.44 .0
9+ openai == 1.45 .0
1010loguru
1111fastapi == 0.114.1
1212infinity-emb [all ]== 0.0.53
You can’t perform that action at this time.
0 commit comments