From ad67a5c6e21dac8140ed67c01f817b2880cbfd7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:22:41 +0000 Subject: [PATCH] chore(deps): Bump torch in /backend/python/vall-e-x 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/vall-e-x/requirements-cpu.txt | 2 +- backend/python/vall-e-x/requirements-cublas11.txt | 2 +- backend/python/vall-e-x/requirements-cublas12.txt | 2 +- backend/python/vall-e-x/requirements-hipblas.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/python/vall-e-x/requirements-cpu.txt b/backend/python/vall-e-x/requirements-cpu.txt index 0aad881298ef..317d5c4e4358 100644 --- a/backend/python/vall-e-x/requirements-cpu.txt +++ b/backend/python/vall-e-x/requirements-cpu.txt @@ -1,3 +1,3 @@ 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/vall-e-x/requirements-cublas11.txt b/backend/python/vall-e-x/requirements-cublas11.txt index c45de5b78017..05e19caedfd6 100644 --- a/backend/python/vall-e-x/requirements-cublas11.txt +++ b/backend/python/vall-e-x/requirements-cublas11.txt @@ -1,4 +1,4 @@ --extra-index-url https://download.pytorch.org/whl/cu118 accelerate -torch==2.4.1+cu118 +torch==2.5.1+cxx11.abi torchaudio==2.4.1+cu118 \ No newline at end of file diff --git a/backend/python/vall-e-x/requirements-cublas12.txt b/backend/python/vall-e-x/requirements-cublas12.txt index 0aad881298ef..317d5c4e4358 100644 --- a/backend/python/vall-e-x/requirements-cublas12.txt +++ b/backend/python/vall-e-x/requirements-cublas12.txt @@ -1,3 +1,3 @@ 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/vall-e-x/requirements-hipblas.txt b/backend/python/vall-e-x/requirements-hipblas.txt index fc43790a2e59..d180025e3dc5 100644 --- a/backend/python/vall-e-x/requirements-hipblas.txt +++ b/backend/python/vall-e-x/requirements-hipblas.txt @@ -1,4 +1,4 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.0 accelerate -torch==2.3.0+rocm6.0 +torch==2.5.1+cxx11.abi torchaudio==2.3.0+rocm6.0 \ No newline at end of file