Skip to content

Commit 6b6dbff

Browse files
committed
update lmdepoly==0.7.1 vllm=0.7.3
1 parent 0d3fda2 commit 6b6dbff

File tree

2 files changed

+215
-453
lines changed

2 files changed

+215
-453
lines changed

pyproject.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ dependencies = [
1212
"ffmpy",
1313
"fschat==0.2.36",
1414
"infinity-emb[all]==0.0.73",
15-
"lmdeploy==0.7.0.post3",
15+
"lmdeploy==0.7.1",
1616
"loguru>=0.7.2",
1717
"openai==1.55.3",
1818
"setuptools==75.2.0",
1919
"streamlit==1.39.0",
2020
"torch==2.5.1",
2121
"torchvision==0.20.1",
2222
"transformers==4.48.2",
23-
"vllm==0.7.2",
23+
"vllm==0.7.3",
2424
"qwen_vl_utils",
2525
"evalscope[perf]==0.10.1",
2626
"modelscope==1.20.1",
@@ -34,8 +34,6 @@ override-dependencies = [
3434
"torch==2.5.1",
3535
"triton",
3636
"outlines==0.1.11",
37-
"pynvml==12.0.0" # 解决vllm==0.7.2的bug https://github.com/vllm-project/vllm/issues/12847,后面可去掉
38-
3937
]
4038

4139
[[tool.uv.index]]

0 commit comments

Comments
 (0)