From 2e01a9c7798ed7d786f6515ea738d8a9b4508943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:30:32 +0000 Subject: [PATCH] chore(deps): Bump torchaudio in /backend/python/parler-tts Bumps torchaudio from 2.3.0+rocm6.0 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/parler-tts/requirements-cublas11.txt | 2 +- backend/python/parler-tts/requirements-cublas12.txt | 2 +- backend/python/parler-tts/requirements-hipblas.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/python/parler-tts/requirements-cublas11.txt b/backend/python/parler-tts/requirements-cublas11.txt index 9f8fe9ff87a3..3573292ef166 100644 --- a/backend/python/parler-tts/requirements-cublas11.txt +++ b/backend/python/parler-tts/requirements-cublas11.txt @@ -1,5 +1,5 @@ --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 \ No newline at end of file diff --git a/backend/python/parler-tts/requirements-cublas12.txt b/backend/python/parler-tts/requirements-cublas12.txt index 537169495d1e..f9159c10128e 100644 --- a/backend/python/parler-tts/requirements-cublas12.txt +++ b/backend/python/parler-tts/requirements-cublas12.txt @@ -1,4 +1,4 @@ torch==2.4.1 -torchaudio==2.4.1 +torchaudio==2.5.1+cxx11.abi transformers accelerate \ No newline at end of file diff --git a/backend/python/parler-tts/requirements-hipblas.txt b/backend/python/parler-tts/requirements-hipblas.txt index b8758537835e..75922eef65b8 100644 --- a/backend/python/parler-tts/requirements-hipblas.txt +++ b/backend/python/parler-tts/requirements-hipblas.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.0 torch==2.3.0+rocm6.0 -torchaudio==2.3.0+rocm6.0 +torchaudio==2.5.1+cxx11.abi transformers accelerate