Skip to content

Commit 214a291

Browse files
committed
升级vllm==0.6.4.post1
1 parent 227ec36 commit 214a291

File tree

3 files changed

+120
-94
lines changed

3 files changed

+120
-94
lines changed

pyproject.toml

+5-5
Original file line numberDiff line numberDiff 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

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
setuptools==75.2.0
2-
torch==2.4.0
3-
torchvision==0.19
2+
torch==2.5.1
3+
torchvision==0.20.1
44
fschat==0.2.36
55
transformers==4.45.2
66
accelerate
7-
vllm==0.6.3
7+
vllm==0.6.4.post1
88
git+https://gitee.com/liuyu_1997/lmdeploy.git # lmdeploy==0.6.2
9-
openai==1.44.0
9+
openai==1.45.0
1010
loguru
1111
fastapi==0.114.1
1212
infinity-emb[all]==0.0.53

0 commit comments

Comments
 (0)