[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

@@ -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: