[deps] upgrade vllm (#7183)

Former-commit-id: 37678a3d64668c3b4a4bfefc054e3b9b40427c1a
This commit is contained in:
hoshi-hiyouga
2025-03-06 15:25:08 +08:00
committed by GitHub
parent bb8aba5abf
commit d2f845d70d
4 changed files with 6 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ extra_require = {
"gptq": ["optimum>=1.17.0", "auto-gptq>=0.5.0"],
"awq": ["autoawq"],
"aqlm": ["aqlm[gpu]>=1.1.0"],
"vllm": ["vllm>=0.4.3,<=0.7.2"],
"vllm": ["vllm>=0.4.3,<=0.7.3"],
"galore": ["galore-torch"],
"apollo": ["apollo-torch"],
"badam": ["badam>=1.2.1"],