From 03658e67330cadb109b1fdef60a649df1ff9b22d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 12:17:07 +0000 Subject: [PATCH] chore(deps): bump torch Bumps the pip group with 1 update in the /backend/python/outetts directory: torch. Updates `torch` from 2.7.1 to 2.7.1+xpu --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1+xpu dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/python/ace-step/requirements-cpu.txt | 2 +- backend/python/ace-step/requirements-cublas12.txt | 2 +- backend/python/ace-step/requirements-cublas13.txt | 2 +- backend/python/ace-step/requirements-hipblas.txt | 4 ++-- backend/python/ace-step/requirements-intel.txt | 2 +- backend/python/ace-step/requirements-l4t13.txt | 2 +- backend/python/ace-step/requirements-mps.txt | 2 +- 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 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/backend/python/ace-step/requirements-cpu.txt b/backend/python/ace-step/requirements-cpu.txt index e986de1b061f..33e97fe0d55c 100644 --- a/backend/python/ace-step/requirements-cpu.txt +++ b/backend/python/ace-step/requirements-cpu.txt @@ -4,7 +4,7 @@ torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=4.51.0,<5.6.0 diffusers gradio matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-cublas12.txt b/backend/python/ace-step/requirements-cublas12.txt index 9a656bf80f4e..96a57d210b1f 100644 --- a/backend/python/ace-step/requirements-cublas12.txt +++ b/backend/python/ace-step/requirements-cublas12.txt @@ -4,7 +4,7 @@ torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=4.51.0,<5.6.0 diffusers gradio>=6.5.1 matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-cublas13.txt b/backend/python/ace-step/requirements-cublas13.txt index 772c8458f0d8..3cb0276916bd 100644 --- a/backend/python/ace-step/requirements-cublas13.txt +++ b/backend/python/ace-step/requirements-cublas13.txt @@ -4,7 +4,7 @@ torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=4.51.0,<5.6.0 diffusers gradio>=6.5.1 matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-hipblas.txt b/backend/python/ace-step/requirements-hipblas.txt index e1c3c0cc21e3..e3621aca98f1 100644 --- a/backend/python/ace-step/requirements-hipblas.txt +++ b/backend/python/ace-step/requirements-hipblas.txt @@ -1,10 +1,10 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.4 -torch==2.8.0+rocm6.4 +torch==2.11.0+xpu torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=4.51.0,<5.6.0 diffusers gradio>=6.5.1 matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-intel.txt b/backend/python/ace-step/requirements-intel.txt index d9136331c57d..0eb53ec7e45d 100644 --- a/backend/python/ace-step/requirements-intel.txt +++ b/backend/python/ace-step/requirements-intel.txt @@ -4,7 +4,7 @@ torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=4.51.0,<5.6.0 diffusers gradio matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-l4t13.txt b/backend/python/ace-step/requirements-l4t13.txt index 1f387555a281..119e15241a3a 100644 --- a/backend/python/ace-step/requirements-l4t13.txt +++ b/backend/python/ace-step/requirements-l4t13.txt @@ -3,7 +3,7 @@ torch torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=4.51.0,<5.6.0 diffusers gradio>=6.5.1 matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-mps.txt b/backend/python/ace-step/requirements-mps.txt index ab7620136ddd..5ac1440be98b 100644 --- a/backend/python/ace-step/requirements-mps.txt +++ b/backend/python/ace-step/requirements-mps.txt @@ -3,7 +3,7 @@ torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=4.51.0,<5.6.0 diffusers gradio matplotlib>=3.7.5 diff --git a/backend/python/outetts/requirements-cpu.txt b/backend/python/outetts/requirements-cpu.txt index 569fdaf87cfe..0b6447d0a23e 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.7.1+xpu 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 31683be0a0c9..416a48fc2f40 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.7.1+xpu 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 c1aea423cab5..f1b26092d11d 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.7.1+xpu 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 1cd505db9bea..64a553896a5d 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/rocm6.4 -torch==2.8.0+rocm6.4 +torch==2.7.1+xpu accelerate llvmlite==0.43.0 numba==0.60.0