From 592de2119c3de734b73ea436bacc0b50cc4237f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:17:45 +0000 Subject: [PATCH] chore(deps): Bump torchaudio in /backend/python/coqui Bumps torchaudio from 2.4.1 to 2.5.1+cxx11.abi. --- updated-dependencies: - dependency-name: torchaudio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/python/coqui/requirements-cublas11.txt | 2 +- backend/python/coqui/requirements-cublas12.txt | 2 +- backend/python/coqui/requirements-hipblas.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/python/coqui/requirements-cublas11.txt b/backend/python/coqui/requirements-cublas11.txt index 35fd4f42..cc3a686e 100644 --- a/backend/python/coqui/requirements-cublas11.txt +++ b/backend/python/coqui/requirements-cublas11.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cu118 torch==2.4.1+cu118 -torchaudio==2.4.1+cu118 +torchaudio==2.5.1+cxx11.abi transformers accelerate 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 fac719d4..61bbdd6f 100644 --- a/backend/python/coqui/requirements-cublas12.txt +++ b/backend/python/coqui/requirements-cublas12.txt @@ -1,5 +1,5 @@ torch==2.4.1 -torchaudio==2.4.1 +torchaudio==2.5.1+cxx11.abi transformers accelerate coqui-tts \ No newline at end of file diff --git a/backend/python/coqui/requirements-hipblas.txt b/backend/python/coqui/requirements-hipblas.txt index 359e5867..a45efccd 100644 --- a/backend/python/coqui/requirements-hipblas.txt +++ b/backend/python/coqui/requirements-hipblas.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.0 torch==2.4.1+rocm6.0 -torchaudio==2.4.1+rocm6.0 +torchaudio==2.5.1+cxx11.abi transformers accelerate coqui-tts \ No newline at end of file