From 8c66bccd09c820de3b0798a49c7e9fe46fe45c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:36:24 +0000 Subject: [PATCH] chore(deps): Bump torchaudio in /backend/python/bark 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/bark/requirements-cpu.txt | 2 +- backend/python/bark/requirements-cublas11.txt | 2 +- backend/python/bark/requirements-cublas12.txt | 2 +- backend/python/bark/requirements-hipblas.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/python/bark/requirements-cpu.txt b/backend/python/bark/requirements-cpu.txt index 12e376ad..390b8fb3 100644 --- a/backend/python/bark/requirements-cpu.txt +++ b/backend/python/bark/requirements-cpu.txt @@ -1,4 +1,4 @@ transformers accelerate torch==2.4.1 -torchaudio==2.4.1 \ No newline at end of file +torchaudio==2.5.1+cxx11.abi \ No newline at end of file diff --git a/backend/python/bark/requirements-cublas11.txt b/backend/python/bark/requirements-cublas11.txt index 9f8fe9ff..3573292e 100644 --- a/backend/python/bark/requirements-cublas11.txt +++ b/backend/python/bark/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/bark/requirements-cublas12.txt b/backend/python/bark/requirements-cublas12.txt index 53716949..f9159c10 100644 --- a/backend/python/bark/requirements-cublas12.txt +++ b/backend/python/bark/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/bark/requirements-hipblas.txt b/backend/python/bark/requirements-hipblas.txt index 1d54fb16..920f8060 100644 --- a/backend/python/bark/requirements-hipblas.txt +++ b/backend/python/bark/requirements-hipblas.txt @@ -1,5 +1,5 @@ --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 \ No newline at end of file