From 876ea4946b9299da0e768444043f98c363d4d6fe Mon Sep 17 00:00:00 2001 From: Lewis <1657236+ctjlewis@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:05:45 -0600 Subject: [PATCH] chore(setup.py): bump vllm>=0.7.1 See https://github.com/huggingface/trl/pull/2766. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3b10694..7ac01918 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ "torch>=2.5.1", "transformers @ git+https://github.com/huggingface/transformers.git@main", "trl @ git+https://github.com/huggingface/trl.git@main", - "vllm>=0.7.0", + "vllm>=0.7.1", "wandb>=0.19.1", ]