pin vllm version to 0.6.5 (#6629)

Former-commit-id: 26097ca0adf25ebb7d9e8eec2d2cef673c6cfe88
This commit is contained in:
hoshi-hiyouga
2025-01-14 02:44:02 +08:00
committed by GitHub
parent ae32c148d1
commit 28d145a066
3 changed files with 9 additions and 18 deletions

View File

@@ -133,7 +133,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.6.7")
check_version("vllm>=0.4.3,<=0.6.5")
check_version("vllm", mandatory=True)
if finetuning_args.use_galore: