[deps] upgrade vllm to 0.10.0 (#8787)

This commit is contained in:
Yaowei Zheng
2025-07-30 22:26:38 +08:00
committed by GitHub
parent d64651a637
commit a416ab48d8
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ extra_require = {
"eetq": ["eetq"],
"gptq": ["optimum>=1.24.0", "gptqmodel>=2.0.0"],
"aqlm": ["aqlm[gpu]>=1.1.0"],
"vllm": ["vllm>=0.4.3,<=0.9.1"],
"vllm": ["vllm>=0.4.3,<=0.10.0"],
"sglang": ["sglang[srt]>=0.4.5", "transformers==4.51.1"],
"galore": ["galore-torch"],
"apollo": ["apollo-torch"],