From 3ab4bafc60ac1cec46bf7d51ed47fe008336acab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 01:08:46 +0000 Subject: [PATCH] chore(deps): bump the pip group across 4 directories with 1 update Bumps the pip group with 1 update in the /backend/python/outetts directory: torch. Bumps the pip group with 1 update in the /backend/python/rfdetr directory: torch. 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/vllm-omni directory: torch. Updates `torch` from 2.7.1 to 2.12.0+cu130 Updates `torch` from 2.7.1 to 2.12.0+cu130 Updates `torch` from 2.9.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+cu130 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.12.0+cu130 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/outetts/requirements-cpu.txt | 2 +- backend/python/outetts/requirements-cublas12.txt | 2 +- backend/python/outetts/requirements-cublas13.txt | 2 +- backend/python/outetts/requirements-hipblas.txt | 2 +- backend/python/rfdetr/requirements-cpu.txt | 2 +- backend/python/rfdetr/requirements-cublas12.txt | 2 +- backend/python/rfdetr/requirements-cublas13.txt | 2 +- backend/python/rfdetr/requirements-hipblas.txt | 2 +- backend/python/rfdetr/requirements-mps.txt | 2 +- backend/python/sglang/requirements-cpu.txt | 2 +- backend/python/sglang/requirements-cublas12.txt | 2 +- backend/python/vllm-omni/requirements-cublas12.txt | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/backend/python/outetts/requirements-cpu.txt b/backend/python/outetts/requirements-cpu.txt index 569fdaf87..87ba4d6e5 100644 --- a/backend/python/outetts/requirements-cpu.txt +++ b/backend/python/outetts/requirements-cpu.txt @@ -1,4 +1,4 @@ -torch==2.7.1 +torch==2.12.0+cu130 llvmlite==0.43.0 numba==0.60.0 accelerate diff --git a/backend/python/outetts/requirements-cublas12.txt b/backend/python/outetts/requirements-cublas12.txt index 31683be0a..cc5fbfeae 100644 --- a/backend/python/outetts/requirements-cublas12.txt +++ b/backend/python/outetts/requirements-cublas12.txt @@ -1,4 +1,4 @@ -torch==2.7.1 +torch==2.12.0+cu130 accelerate llvmlite==0.43.0 numba==0.60.0 diff --git a/backend/python/outetts/requirements-cublas13.txt b/backend/python/outetts/requirements-cublas13.txt index c1aea423c..a418c1a95 100644 --- a/backend/python/outetts/requirements-cublas13.txt +++ b/backend/python/outetts/requirements-cublas13.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cu130 -torch==2.9.0 +torch==2.12.0+cu130 llvmlite==0.43.0 numba==0.60.0 bitsandbytes diff --git a/backend/python/outetts/requirements-hipblas.txt b/backend/python/outetts/requirements-hipblas.txt index 086931625..994e9b80c 100644 --- a/backend/python/outetts/requirements-hipblas.txt +++ b/backend/python/outetts/requirements-hipblas.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/rocm7.0 -torch==2.10.0+rocm7.0 +torch==2.12.0+cu130 accelerate llvmlite==0.43.0 numba==0.60.0 diff --git a/backend/python/rfdetr/requirements-cpu.txt b/backend/python/rfdetr/requirements-cpu.txt index d0d1f4afa..abb3549f3 100644 --- a/backend/python/rfdetr/requirements-cpu.txt +++ b/backend/python/rfdetr/requirements-cpu.txt @@ -3,5 +3,5 @@ opencv-python accelerate peft inference -torch==2.7.1 +torch==2.12.0+cu130 optimum-quanto \ No newline at end of file diff --git a/backend/python/rfdetr/requirements-cublas12.txt b/backend/python/rfdetr/requirements-cublas12.txt index 36eaa47bb..7e534ab2a 100644 --- a/backend/python/rfdetr/requirements-cublas12.txt +++ b/backend/python/rfdetr/requirements-cublas12.txt @@ -1,4 +1,4 @@ -torch==2.7.1 +torch==2.12.0+cu130 rfdetr opencv-python accelerate diff --git a/backend/python/rfdetr/requirements-cublas13.txt b/backend/python/rfdetr/requirements-cublas13.txt index d75a2013c..6cba0548f 100644 --- a/backend/python/rfdetr/requirements-cublas13.txt +++ b/backend/python/rfdetr/requirements-cublas13.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cu130 -torch==2.9.1 +torch==2.12.0+cu130 rfdetr opencv-python accelerate diff --git a/backend/python/rfdetr/requirements-hipblas.txt b/backend/python/rfdetr/requirements-hipblas.txt index b8978d1bf..a65fa3473 100644 --- a/backend/python/rfdetr/requirements-hipblas.txt +++ b/backend/python/rfdetr/requirements-hipblas.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/rocm7.0 -torch==2.10.0+rocm7.0 +torch==2.12.0+cu130 torchvision==0.25.0+rocm7.0 rfdetr opencv-python diff --git a/backend/python/rfdetr/requirements-mps.txt b/backend/python/rfdetr/requirements-mps.txt index a00e6d324..aa43f39ee 100644 --- a/backend/python/rfdetr/requirements-mps.txt +++ b/backend/python/rfdetr/requirements-mps.txt @@ -1,4 +1,4 @@ -torch==2.7.1 +torch==2.12.0+cu130 rfdetr opencv-python accelerate 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/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