From 6e111eb29fc18303662f011590d20513a73c5e8b Mon Sep 17 00:00:00 2001 From: hoshi-hiyouga Date: Mon, 7 Oct 2024 16:26:50 +0800 Subject: [PATCH] Update setup.py Former-commit-id: 4c017fe014b708d79c65eff24329b9c324399461 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4dca42af..f42cf7d1 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.3"], + "vllm": ["vllm>=0.4.3,<=0.6.2"], "galore": ["galore-torch"], "badam": ["badam>=1.2.1"], "adam-mini": ["adam-mini"],