From b560e5b513d857b61f37414bb35e39bd3dcc010e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 01:49:52 +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.6.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.6.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..4fcfe205 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.6.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..fc51dc66 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.6.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..ba180a54 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.6.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..c52d058d 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.6.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..4f59c881 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.6.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