From c189f48589e174277927c8ebe35e53cdc443375e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:36:27 +0000 Subject: [PATCH] chore(deps): Bump torch in /backend/python/bark Bumps torch from 2.4.1 to 2.5.1+cxx11.abi. --- updated-dependencies: - dependency-name: torch 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..9ab4b186 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 +torch==2.5.1+cxx11.abi torchaudio==2.4.1 \ No newline at end of file diff --git a/backend/python/bark/requirements-cublas11.txt b/backend/python/bark/requirements-cublas11.txt index 9f8fe9ff..c48fffc9 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 +torch==2.5.1+cxx11.abi torchaudio==2.4.1+cu118 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..ca49855d 100644 --- a/backend/python/bark/requirements-cublas12.txt +++ b/backend/python/bark/requirements-cublas12.txt @@ -1,4 +1,4 @@ -torch==2.4.1 +torch==2.5.1+cxx11.abi torchaudio==2.4.1 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..4de4c942 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 +torch==2.5.1+cxx11.abi torchaudio==2.4.1+rocm6.0 transformers accelerate \ No newline at end of file