From de445315f059468a3616d1f7e4bca22f62acfc03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 20:15:11 +0000 Subject: [PATCH] chore(deps): bump the pip group in /backend/python/coqui with 2 updates Bumps the pip group in /backend/python/coqui with 2 updates: torch and [transformers](https://github.com/huggingface/transformers). Updates `torch` from 2.3.1+cxx11.abi to 2.7.0+cu118 Updates `transformers` from 4.48.3 to 4.50.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.48.3...v4.50.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0+cu118 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 4.50.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/python/coqui/requirements-cpu.txt | 4 ++-- backend/python/coqui/requirements-cublas11.txt | 4 ++-- backend/python/coqui/requirements-cublas12.txt | 4 ++-- backend/python/coqui/requirements-hipblas.txt | 4 ++-- backend/python/coqui/requirements-intel.txt | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/backend/python/coqui/requirements-cpu.txt b/backend/python/coqui/requirements-cpu.txt index 787877bd..52ac7cd3 100644 --- a/backend/python/coqui/requirements-cpu.txt +++ b/backend/python/coqui/requirements-cpu.txt @@ -1,4 +1,4 @@ -transformers==4.48.3 +transformers==4.50.0 accelerate -torch==2.4.1 +torch==2.7.0+cu118 coqui-tts \ No newline at end of file diff --git a/backend/python/coqui/requirements-cublas11.txt b/backend/python/coqui/requirements-cublas11.txt index 97e1ef0a..13b15d07 100644 --- a/backend/python/coqui/requirements-cublas11.txt +++ b/backend/python/coqui/requirements-cublas11.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cu118 -torch==2.4.1+cu118 +torch==2.7.0+cu118 torchaudio==2.4.1+cu118 -transformers==4.48.3 +transformers==4.50.0 accelerate coqui-tts \ No newline at end of file diff --git a/backend/python/coqui/requirements-cublas12.txt b/backend/python/coqui/requirements-cublas12.txt index 53ed2ebc..317e8fdd 100644 --- a/backend/python/coqui/requirements-cublas12.txt +++ b/backend/python/coqui/requirements-cublas12.txt @@ -1,5 +1,5 @@ -torch==2.4.1 +torch==2.7.0+cu118 torchaudio==2.4.1 -transformers==4.48.3 +transformers==4.50.0 accelerate coqui-tts \ No newline at end of file diff --git a/backend/python/coqui/requirements-hipblas.txt b/backend/python/coqui/requirements-hipblas.txt index 55cdcddd..d4b9d52e 100644 --- a/backend/python/coqui/requirements-hipblas.txt +++ b/backend/python/coqui/requirements-hipblas.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.0 -torch==2.4.1+rocm6.0 +torch==2.7.0+cu118 torchaudio==2.4.1+rocm6.0 -transformers==4.48.3 +transformers==4.50.0 accelerate coqui-tts \ No newline at end of file diff --git a/backend/python/coqui/requirements-intel.txt b/backend/python/coqui/requirements-intel.txt index c45ce166..a98d5e70 100644 --- a/backend/python/coqui/requirements-intel.txt +++ b/backend/python/coqui/requirements-intel.txt @@ -1,10 +1,10 @@ --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ intel-extension-for-pytorch==2.3.110+xpu -torch==2.3.1+cxx11.abi +torch==2.7.0+cu118 torchaudio==2.3.1+cxx11.abi oneccl_bind_pt==2.3.100+xpu optimum[openvino] setuptools -transformers==4.48.3 +transformers==4.50.0 accelerate coqui-tts \ No newline at end of file