From ce186c159c9a896794902171b5480e842ec3de4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 15:54:01 +0000 Subject: [PATCH] Bump vllm from 0.3.2 to 0.8.0 Bumps [vllm](https://github.com/vllm-project/vllm) from 0.3.2 to 0.8.0. - [Release notes](https://github.com/vllm-project/vllm/releases) - [Changelog](https://github.com/vllm-project/vllm/blob/main/RELEASE.md) - [Commits](https://github.com/vllm-project/vllm/compare/v0.3.2...v0.8.0) --- 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..12f52da3 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.8.0"] zeno = ["pandas", "zeno-client"] wandb = ["wandb>=0.16.3", "pandas", "numpy"] all = [ diff --git a/requirements.txt b/requirements.txt index d6b8fadd..2d959f90 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.8.0 pytest==8.2.1