From fef2bca50316090c0f063efc05e4602955000e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 20:01:35 +0000 Subject: [PATCH] Bump vllm from 0.3.2 to 0.7.2 Bumps [vllm](https://github.com/vllm-project/vllm) from 0.3.2 to 0.7.2. - [Release notes](https://github.com/vllm-project/vllm/releases) - [Commits](https://github.com/vllm-project/vllm/compare/v0.3.2...v0.7.2) --- updated-dependencies: - dependency-name: vllm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d27b8208..269000da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ optimum = ["optimum[openvino]"] promptsource = ["promptsource>=0.2.3"] sentencepiece = ["sentencepiece>=0.1.98", "protobuf>=4.22.1"] testing = ["pytest", "pytest-cov", "pytest-xdist"] -vllm = ["vllm==0.3.2"] +vllm = ["vllm==0.7.2"] zeno = ["pandas", "zeno-client"] wandb = ["wandb>=0.16.3", "pandas", "numpy"] all = [ diff --git a/requirements.txt b/requirements.txt index d6b8fadd..0c3dd253 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ mamba-ssm>=1.2.0 causal-conv1d>=1.2.0 litellm>=1.33.1 anthropic>=0.21.3 -vllm==0.4.2 +vllm==0.7.2 pytest==8.2.1