From 870de0ef5fac5903b13459a3d3a11427fab5a999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 20:16:36 +0000 Subject: [PATCH] chore(deps): bump the pip group across 3 directories with 2 updates Bumps the pip group with 2 updates in the /backend/python/chatterbox directory: torch and [transformers](https://github.com/huggingface/transformers). Bumps the pip group with 1 update in the /backend/python/faster-whisper directory: torch. Bumps the pip group with 1 update in the /backend/python/kokoro directory: torch. Updates `torch` from 2.3.1+cxx11.abi to 2.7.0+cu118 Updates `transformers` from 4.46.3 to 4.50.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.46.3...v4.50.0) Updates `torch` from 2.3.1+cxx11.abi to 2.7.0+cu118 Updates `torch` from 2.3.1+cxx11.abi to 2.7.0+cu118 --- 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 - dependency-name: torch dependency-version: 2.7.0+cu118 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.7.0+cu118 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/python/chatterbox/requirements-cpu.txt | 4 ++-- backend/python/chatterbox/requirements-cublas11.txt | 4 ++-- backend/python/chatterbox/requirements-cublas12.txt | 4 ++-- backend/python/chatterbox/requirements-hipblas.txt | 4 ++-- backend/python/chatterbox/requirements-intel.txt | 4 ++-- backend/python/faster-whisper/requirements-cpu.txt | 2 +- backend/python/faster-whisper/requirements-cublas11.txt | 2 +- backend/python/faster-whisper/requirements-cublas12.txt | 2 +- backend/python/faster-whisper/requirements-intel.txt | 2 +- backend/python/kokoro/requirements-cpu.txt | 2 +- backend/python/kokoro/requirements-cublas11.txt | 2 +- backend/python/kokoro/requirements-cublas12.txt | 2 +- backend/python/kokoro/requirements-hipblas.txt | 2 +- backend/python/kokoro/requirements-intel.txt | 2 +- 14 files changed, 19 insertions(+), 19 deletions(-) diff --git a/backend/python/chatterbox/requirements-cpu.txt b/backend/python/chatterbox/requirements-cpu.txt index 7c87f880..c07f6292 100644 --- a/backend/python/chatterbox/requirements-cpu.txt +++ b/backend/python/chatterbox/requirements-cpu.txt @@ -1,5 +1,5 @@ accelerate -torch==2.6.0 +torch==2.7.0+cu118 torchaudio==2.6.0 -transformers==4.46.3 +transformers==4.50.0 chatterbox-tts diff --git a/backend/python/chatterbox/requirements-cublas11.txt b/backend/python/chatterbox/requirements-cublas11.txt index 33436d6b..adfbaf83 100644 --- a/backend/python/chatterbox/requirements-cublas11.txt +++ b/backend/python/chatterbox/requirements-cublas11.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cu118 -torch==2.6.0+cu118 +torch==2.7.0+cu118 torchaudio==2.6.0+cu118 -transformers==4.46.3 +transformers==4.50.0 chatterbox-tts accelerate \ No newline at end of file diff --git a/backend/python/chatterbox/requirements-cublas12.txt b/backend/python/chatterbox/requirements-cublas12.txt index eedc271c..9ce3ce5b 100644 --- a/backend/python/chatterbox/requirements-cublas12.txt +++ b/backend/python/chatterbox/requirements-cublas12.txt @@ -1,5 +1,5 @@ -torch==2.6.0 +torch==2.7.0+cu118 torchaudio==2.6.0 -transformers==4.46.3 +transformers==4.50.0 chatterbox-tts accelerate diff --git a/backend/python/chatterbox/requirements-hipblas.txt b/backend/python/chatterbox/requirements-hipblas.txt index 620b70db..0944b706 100644 --- a/backend/python/chatterbox/requirements-hipblas.txt +++ b/backend/python/chatterbox/requirements-hipblas.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.0 -torch==2.6.0+rocm6.0 +torch==2.7.0+cu118 torchaudio==2.6.0+rocm6.0 -transformers==4.46.3 +transformers==4.50.0 chatterbox-tts accelerate diff --git a/backend/python/chatterbox/requirements-intel.txt b/backend/python/chatterbox/requirements-intel.txt index a4578b19..ee765b3d 100644 --- a/backend/python/chatterbox/requirements-intel.txt +++ b/backend/python/chatterbox/requirements-intel.txt @@ -1,6 +1,6 @@ --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 transformers==4.46.3 chatterbox-tts @@ -8,5 +8,5 @@ accelerate oneccl_bind_pt==2.3.100+xpu optimum[openvino] setuptools -transformers==4.48.3 +transformers==4.50.0 accelerate \ No newline at end of file diff --git a/backend/python/faster-whisper/requirements-cpu.txt b/backend/python/faster-whisper/requirements-cpu.txt index 3e03f3ad..cb2ebcc3 100644 --- a/backend/python/faster-whisper/requirements-cpu.txt +++ b/backend/python/faster-whisper/requirements-cpu.txt @@ -4,5 +4,5 @@ accelerate compel peft sentencepiece -torch==2.4.1 +torch==2.7.0+cu118 optimum-quanto \ No newline at end of file diff --git a/backend/python/faster-whisper/requirements-cublas11.txt b/backend/python/faster-whisper/requirements-cublas11.txt index b7453295..f9ad4619 100644 --- a/backend/python/faster-whisper/requirements-cublas11.txt +++ b/backend/python/faster-whisper/requirements-cublas11.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cu118 -torch==2.4.1+cu118 +torch==2.7.0+cu118 faster-whisper opencv-python accelerate diff --git a/backend/python/faster-whisper/requirements-cublas12.txt b/backend/python/faster-whisper/requirements-cublas12.txt index 8f46fa4a..6b8042ec 100644 --- a/backend/python/faster-whisper/requirements-cublas12.txt +++ b/backend/python/faster-whisper/requirements-cublas12.txt @@ -1,4 +1,4 @@ -torch==2.4.1 +torch==2.7.0+cu118 faster-whisper opencv-python accelerate diff --git a/backend/python/faster-whisper/requirements-intel.txt b/backend/python/faster-whisper/requirements-intel.txt index 417aa0b4..538849ce 100644 --- a/backend/python/faster-whisper/requirements-intel.txt +++ b/backend/python/faster-whisper/requirements-intel.txt @@ -1,6 +1,6 @@ --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 oneccl_bind_pt==2.3.100+xpu optimum[openvino] faster-whisper \ No newline at end of file diff --git a/backend/python/kokoro/requirements-cpu.txt b/backend/python/kokoro/requirements-cpu.txt index b4f1261f..24e8665f 100644 --- a/backend/python/kokoro/requirements-cpu.txt +++ b/backend/python/kokoro/requirements-cpu.txt @@ -1,2 +1,2 @@ -torch==2.4.1 +torch==2.7.0+cu118 transformers \ No newline at end of file diff --git a/backend/python/kokoro/requirements-cublas11.txt b/backend/python/kokoro/requirements-cublas11.txt index ed0d4df5..cd5553bf 100644 --- a/backend/python/kokoro/requirements-cublas11.txt +++ b/backend/python/kokoro/requirements-cublas11.txt @@ -1,3 +1,3 @@ --extra-index-url https://download.pytorch.org/whl/cu118 -torch==2.4.1+cu118 +torch==2.7.0+cu118 transformers \ No newline at end of file diff --git a/backend/python/kokoro/requirements-cublas12.txt b/backend/python/kokoro/requirements-cublas12.txt index b4f1261f..24e8665f 100644 --- a/backend/python/kokoro/requirements-cublas12.txt +++ b/backend/python/kokoro/requirements-cublas12.txt @@ -1,2 +1,2 @@ -torch==2.4.1 +torch==2.7.0+cu118 transformers \ No newline at end of file diff --git a/backend/python/kokoro/requirements-hipblas.txt b/backend/python/kokoro/requirements-hipblas.txt index ec8d0306..52afd822 100644 --- a/backend/python/kokoro/requirements-hipblas.txt +++ b/backend/python/kokoro/requirements-hipblas.txt @@ -1,3 +1,3 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.0 -torch==2.4.1+rocm6.0 +torch==2.7.0+cu118 transformers \ No newline at end of file diff --git a/backend/python/kokoro/requirements-intel.txt b/backend/python/kokoro/requirements-intel.txt index b16448d3..d6c73b5a 100644 --- a/backend/python/kokoro/requirements-intel.txt +++ b/backend/python/kokoro/requirements-intel.txt @@ -1,5 +1,5 @@ --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 oneccl_bind_pt==2.3.100+xpu transformers \ No newline at end of file