From 890021d9c8c081d7f91b1127265d27321dc3032d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:30:39 +0000 Subject: [PATCH] chore(deps): Bump torch in /backend/python/parler-tts Bumps torch from 2.3.0+rocm6.0 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/parler-tts/requirements-cpu.txt | 2 +- backend/python/parler-tts/requirements-cublas11.txt | 2 +- backend/python/parler-tts/requirements-cublas12.txt | 2 +- backend/python/parler-tts/requirements-hipblas.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/python/parler-tts/requirements-cpu.txt b/backend/python/parler-tts/requirements-cpu.txt index 2021fc20..5d2e3845 100644 --- a/backend/python/parler-tts/requirements-cpu.txt +++ b/backend/python/parler-tts/requirements-cpu.txt @@ -1,3 +1,3 @@ transformers accelerate -torch==2.4.1 \ No newline at end of file +torch==2.5.1+cxx11.abi \ No newline at end of file diff --git a/backend/python/parler-tts/requirements-cublas11.txt b/backend/python/parler-tts/requirements-cublas11.txt index 9f8fe9ff..c48fffc9 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 +torch==2.5.1+cxx11.abi torchaudio==2.4.1+cu118 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 53716949..ca49855d 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 +torch==2.5.1+cxx11.abi torchaudio==2.4.1 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 b8758537..3cc96671 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 +torch==2.5.1+cxx11.abi torchaudio==2.3.0+rocm6.0 transformers accelerate