[deps] upgrade vllm to 0.8 (#7436)

This commit is contained in:
hoshi-hiyouga
2025-03-23 14:32:22 +08:00
committed by GitHub
parent a959c2a509
commit 919415dba9
4 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,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.3"],
"vllm": ["vllm>=0.4.3,<=0.8.1"],
"sglang": ["sglang[srt]>=0.4.4", "transformers==4.48.3"],
"galore": ["galore-torch"],
"apollo": ["apollo-torch"],