From bfbfcabe5b260a08651cd56b74dc6afb6427a742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:47:22 +0000 Subject: [PATCH] chore(deps): Bump torch in /backend/python/vall-e-x Bumps torch from 2.3.0+rocm6.0 to 2.5.0+cu118. --- 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..ea364fb7da77 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.0+cu118 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..50cc4a272f44 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.0+cu118 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..ea364fb7da77 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.0+cu118 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..f2d6a3e11ea0 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.0+cu118 torchaudio==2.3.0+rocm6.0 \ No newline at end of file