From 39929bda5ab2d4132a6d28225c82b68b9179120e Mon Sep 17 00:00:00 2001 From: Johnny Date: Fri, 11 Oct 2024 12:29:09 +0200 Subject: [PATCH] Update setup.py Former-commit-id: cb56673675a9d2ba359dd6d9a561084b9bad7bfd --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f42cf7d1..4dca42af 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,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.6.2"], + "vllm": ["vllm>=0.4.3,<=0.6.3"], "galore": ["galore-torch"], "badam": ["badam>=1.2.1"], "adam-mini": ["adam-mini"],