From 738fe0f49d8f1c586b04db1d893fee3621235dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 09:54:23 +0000 Subject: [PATCH] chore(deps): bump the pip group across 3 directories with 1 update Bumps the pip group with 1 update in the /backend/python/sglang directory: torch. Bumps the pip group with 1 update in the /backend/python/trl directory: torch. Bumps the pip group with 1 update in the /backend/python/vllm-omni directory: torch. Updates `torch` from 2.9.0 to 2.12.0+cpu Updates `torch` from 2.10.0 to 2.12.0+cpu Updates `torch` from 2.7.0 to 2.12.0+cu130 --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0+cpu dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.12.0+cpu dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.12.0+cu130 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/python/sglang/requirements-cpu.txt | 2 +- backend/python/sglang/requirements-cublas12.txt | 2 +- backend/python/trl/requirements-cpu.txt | 4 ++-- backend/python/trl/requirements-cublas12.txt | 4 ++-- backend/python/trl/requirements-cublas13.txt | 4 ++-- backend/python/trl/requirements-mps.txt | 4 ++-- backend/python/vllm-omni/requirements-cublas12.txt | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/backend/python/sglang/requirements-cpu.txt b/backend/python/sglang/requirements-cpu.txt index ad467ffa8..1e2dc6572 100644 --- a/backend/python/sglang/requirements-cpu.txt +++ b/backend/python/sglang/requirements-cpu.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cpu accelerate -torch==2.9.0 +torch==2.12.0+cpu torchvision torchaudio transformers diff --git a/backend/python/sglang/requirements-cublas12.txt b/backend/python/sglang/requirements-cublas12.txt index edd955820..749bc260e 100644 --- a/backend/python/sglang/requirements-cublas12.txt +++ b/backend/python/sglang/requirements-cublas12.txt @@ -6,7 +6,7 @@ # for cublas12 so uv consults this index alongside PyPI. --extra-index-url https://download.pytorch.org/whl/cu128 accelerate -torch==2.9.1 +torch==2.12.0+cpu torchvision torchaudio transformers diff --git a/backend/python/trl/requirements-cpu.txt b/backend/python/trl/requirements-cpu.txt index c67858542..56aa12cd4 100644 --- a/backend/python/trl/requirements-cpu.txt +++ b/backend/python/trl/requirements-cpu.txt @@ -1,9 +1,9 @@ --extra-index-url https://download.pytorch.org/whl/cpu -torch==2.10.0 +torch==2.12.0+cpu trl peft datasets>=3.0.0 -transformers>=4.56.2 +transformers>=5.12.1 accelerate>=1.4.0 huggingface-hub>=1.3.0 sentencepiece diff --git a/backend/python/trl/requirements-cublas12.txt b/backend/python/trl/requirements-cublas12.txt index 05f29591c..843917ade 100644 --- a/backend/python/trl/requirements-cublas12.txt +++ b/backend/python/trl/requirements-cublas12.txt @@ -1,8 +1,8 @@ -torch==2.10.0 +torch==2.12.0+cpu trl peft datasets>=3.0.0 -transformers>=4.56.2 +transformers>=5.12.1 accelerate>=1.4.0 huggingface-hub>=1.3.0 sentencepiece diff --git a/backend/python/trl/requirements-cublas13.txt b/backend/python/trl/requirements-cublas13.txt index 05f29591c..843917ade 100644 --- a/backend/python/trl/requirements-cublas13.txt +++ b/backend/python/trl/requirements-cublas13.txt @@ -1,8 +1,8 @@ -torch==2.10.0 +torch==2.12.0+cpu trl peft datasets>=3.0.0 -transformers>=4.56.2 +transformers>=5.12.1 accelerate>=1.4.0 huggingface-hub>=1.3.0 sentencepiece diff --git a/backend/python/trl/requirements-mps.txt b/backend/python/trl/requirements-mps.txt index fbdfb6536..8f3f68841 100644 --- a/backend/python/trl/requirements-mps.txt +++ b/backend/python/trl/requirements-mps.txt @@ -1,8 +1,8 @@ -torch==2.10.0 +torch==2.12.0+cpu trl peft datasets>=3.0.0 -transformers>=4.56.2 +transformers>=5.12.1 accelerate>=1.4.0 huggingface-hub>=1.3.0 sentencepiece diff --git a/backend/python/vllm-omni/requirements-cublas12.txt b/backend/python/vllm-omni/requirements-cublas12.txt index deafb2c6e..5ce5539a5 100644 --- a/backend/python/vllm-omni/requirements-cublas12.txt +++ b/backend/python/vllm-omni/requirements-cublas12.txt @@ -1,4 +1,4 @@ accelerate -torch==2.7.0 +torch==2.12.0+cu130 transformers bitsandbytes