From b0b7a8c89701610e5ba1a6a868c1cf3b745d782c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:52:06 +0000 Subject: [PATCH] Bump vllm from 0.5.5 to 0.7.0 Bumps [vllm](https://github.com/vllm-project/vllm) from 0.5.5 to 0.7.0. - [Release notes](https://github.com/vllm-project/vllm/releases) - [Commits](https://github.com/vllm-project/vllm/compare/v0.5.5...v0.7.0) --- updated-dependencies: - dependency-name: vllm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3476a8b..5584191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "torch==2.4.0", "tqdm==4.66.5", "transformers==4.45.2", - "vllm==0.5.5", + "vllm==0.7.0", "wandb==0.18.3" ]