From 6ea38d0d7efa8076ae4b2643e84abbdab3088596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 21:30:17 +0000 Subject: [PATCH] chore(deps): bump torch in /backend/python/coqui Bumps torch from 2.4.1 to 2.13.0+xpu. --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0+xpu dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/python/coqui/requirements-cpu.txt | 2 +- backend/python/coqui/requirements-cublas12.txt | 2 +- backend/python/coqui/requirements-hipblas.txt | 2 +- backend/python/coqui/requirements-intel.txt | 2 +- backend/python/coqui/requirements-mps.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/python/coqui/requirements-cpu.txt b/backend/python/coqui/requirements-cpu.txt index 08654a4ca3ef..11f061b6b4dd 100644 --- a/backend/python/coqui/requirements-cpu.txt +++ b/backend/python/coqui/requirements-cpu.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cpu transformers==4.48.3 accelerate -torch==2.4.1 +torch==2.13.0+xpu torchaudio==2.4.1 coqui-tts \ No newline at end of file diff --git a/backend/python/coqui/requirements-cublas12.txt b/backend/python/coqui/requirements-cublas12.txt index 53ed2ebc760c..c22bbb2716ba 100644 --- a/backend/python/coqui/requirements-cublas12.txt +++ b/backend/python/coqui/requirements-cublas12.txt @@ -1,4 +1,4 @@ -torch==2.4.1 +torch==2.13.0+xpu torchaudio==2.4.1 transformers==4.48.3 accelerate diff --git a/backend/python/coqui/requirements-hipblas.txt b/backend/python/coqui/requirements-hipblas.txt index 5a3967d34ded..1709da27c4da 100644 --- a/backend/python/coqui/requirements-hipblas.txt +++ b/backend/python/coqui/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.13.0+xpu torchaudio==2.10.0+rocm7.0 transformers==4.48.3 accelerate diff --git a/backend/python/coqui/requirements-intel.txt b/backend/python/coqui/requirements-intel.txt index 3a854b87573e..4a154e4f5c45 100644 --- a/backend/python/coqui/requirements-intel.txt +++ b/backend/python/coqui/requirements-intel.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/xpu -torch==2.8.0+xpu +torch==2.13.0+xpu torchaudio==2.8.0+xpu optimum[openvino] setuptools diff --git a/backend/python/coqui/requirements-mps.txt b/backend/python/coqui/requirements-mps.txt index f2883e9778c8..3912037f05ee 100644 --- a/backend/python/coqui/requirements-mps.txt +++ b/backend/python/coqui/requirements-mps.txt @@ -1,4 +1,4 @@ -torch==2.7.1 +torch==2.13.0+xpu transformers==4.48.3 accelerate coqui-tts