From 332614579cf0a97eac4ee91c7b104186d752fd91 Mon Sep 17 00:00:00 2001 From: Johnny Date: Sun, 6 Oct 2024 08:53:55 +0200 Subject: [PATCH] Update setup.py Former-commit-id: e57f607cb4a6a59b695483b760a0b7e3b762695a --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a80cb81b..041678de 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.0"], + "vllm": ["vllm>=0.4.3,<=0.6.4"], "galore": ["galore-torch"], "badam": ["badam>=1.2.1"], "adam-mini": ["adam-mini"],