[deps] upgrade vllm (#7183)

Former-commit-id: d739fddb10
This commit is contained in:
hoshi-hiyouga
2025-03-06 15:25:08 +08:00
committed by GitHub
parent 2b21c749c1
commit e7556b591e
4 changed files with 6 additions and 6 deletions

View File

@@ -137,7 +137,7 @@ def _check_extra_dependencies(
check_version("mixture-of-depth>=1.1.6", mandatory=True)
if model_args.infer_backend == "vllm":
check_version("vllm>=0.4.3,<=0.7.2")
check_version("vllm>=0.4.3,<=0.7.3")
check_version("vllm", mandatory=True)
if finetuning_args.use_galore: