From be89e44b02d2b12908646899f9d85a2d8062b6d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 17:30:15 +0000 Subject: [PATCH] Bump vllm from 0.9.1 to 0.11.0 in /scripts Bumps [vllm](https://github.com/vllm-project/vllm) from 0.9.1 to 0.11.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.9.1...v0.11.0) --- updated-dependencies: - dependency-name: vllm dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 226e411..c29fda5 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -5,7 +5,7 @@ torch==2.7.0+cu126; sys_platform != 'darwin' torch==2.7.0; sys_platform == 'darwin' torchvision==0.22.0 torchaudio==2.7.0 -vllm==0.9.1 +vllm==0.11.0 bitsandbytes>=0.45.3; sys_platform == 'linux' bitsandbytes==0.41.3; sys_platform == 'darwin' triton; sys_platform == 'linux'