[deps] upgrade vllm (#7183)
Former-commit-id: 37678a3d64668c3b4a4bfefc054e3b9b40427c1a
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user