From 3eaff4cd015970e1eb61c19dfe8908142bcff560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 01:48:55 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories with 1 update 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.6.0+cu118 Updates `torch` from 2.3.1+cxx11.abi to 2.6.0+cu118 --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0+cu118 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.6.0+cu118 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- 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 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/backend/python/faster-whisper/requirements-cpu.txt b/backend/python/faster-whisper/requirements-cpu.txt index 3e03f3ad..4c5a9200 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.6.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..03e47f29 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.6.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..eec1972a 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.6.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..831eae5f 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.6.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..4a088c95 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.6.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..d0e8e0f4 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.6.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..4a088c95 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.6.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..78587e22 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.6.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..f9cbedbb 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.6.0+cu118 oneccl_bind_pt==2.3.100+xpu transformers \ No newline at end of file