From 8f0fc8adc9bbc0ffb7c2942c26ec8b694a60d580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:51:55 +0000 Subject: [PATCH] Bump vllm from 0.2.7 to 0.7.0 Bumps [vllm](https://github.com/vllm-project/vllm) from 0.2.7 to 0.7.0. - [Release notes](https://github.com/vllm-project/vllm/releases) - [Commits](https://github.com/vllm-project/vllm/compare/v0.2.7...v0.7.0) --- updated-dependencies: - dependency-name: vllm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_api.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 30b822489f..04e0e8dad5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ numpy==1.24.4 pandas==2.0.3 einops==0.7.0 transformers_stream_generator==0.0.4 -vllm==0.2.7; sys_platform == "linux" +vllm==0.7.0; sys_platform == "linux" llama-index==0.9.35 # jq==1.6.0 diff --git a/requirements_api.txt b/requirements_api.txt index fbb0035743..30a11a959b 100644 --- a/requirements_api.txt +++ b/requirements_api.txt @@ -35,7 +35,7 @@ numpy~=1.24.4 pandas~=2.0.3 einops>=0.7.0 transformers_stream_generator==0.0.4 -vllm==0.2.7; sys_platform == "linux" +vllm==0.7.0; sys_platform == "linux" httpx==0.26.0 httpx_sse==0.4.0 llama-index==0.9.35