diff --git a/backend/python/chatterbox/requirements-cpu.txt b/backend/python/chatterbox/requirements-cpu.txt index 7c87f8803115..b548592189a7 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.1 torchaudio==2.6.0 transformers==4.46.3 chatterbox-tts diff --git a/backend/python/chatterbox/requirements-cublas11.txt b/backend/python/chatterbox/requirements-cublas11.txt index 33436d6b9c66..99dbcf42aff9 100644 --- a/backend/python/chatterbox/requirements-cublas11.txt +++ b/backend/python/chatterbox/requirements-cublas11.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cu118 -torch==2.6.0+cu118 +torch==2.7.1 torchaudio==2.6.0+cu118 transformers==4.46.3 chatterbox-tts diff --git a/backend/python/chatterbox/requirements-cublas12.txt b/backend/python/chatterbox/requirements-cublas12.txt index eedc271c17c8..8692eab3dd66 100644 --- a/backend/python/chatterbox/requirements-cublas12.txt +++ b/backend/python/chatterbox/requirements-cublas12.txt @@ -1,4 +1,4 @@ -torch==2.6.0 +torch==2.7.1 torchaudio==2.6.0 transformers==4.46.3 chatterbox-tts diff --git a/backend/python/chatterbox/requirements-hipblas.txt b/backend/python/chatterbox/requirements-hipblas.txt index a6ede9fb8840..95a04776c645 100644 --- a/backend/python/chatterbox/requirements-hipblas.txt +++ b/backend/python/chatterbox/requirements-hipblas.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.0 -torch==2.6.0+rocm6.1 +torch==2.7.1 torchaudio==2.6.0+rocm6.1 transformers==4.46.3 chatterbox-tts diff --git a/backend/python/chatterbox/requirements-intel.txt b/backend/python/chatterbox/requirements-intel.txt index 35c3de654067..897bec360775 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.1 torchaudio==2.3.1+cxx11.abi transformers==4.46.3 chatterbox-tts diff --git a/backend/python/faster-whisper/requirements-cpu.txt b/backend/python/faster-whisper/requirements-cpu.txt index 3e03f3adffdd..36bcd324092e 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.1 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 b74532957a4a..94e0b171dfe4 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.1 faster-whisper opencv-python accelerate diff --git a/backend/python/faster-whisper/requirements-cublas12.txt b/backend/python/faster-whisper/requirements-cublas12.txt index 8f46fa4a7485..c7e687d1e8cd 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.1 faster-whisper opencv-python accelerate diff --git a/backend/python/faster-whisper/requirements-intel.txt b/backend/python/faster-whisper/requirements-intel.txt index 417aa0b470b7..abc5f0f406ca 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.1 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 b4f1261f8793..db0b677ac2b5 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.1 transformers \ No newline at end of file diff --git a/backend/python/kokoro/requirements-cublas11.txt b/backend/python/kokoro/requirements-cublas11.txt index ed0d4df53803..a0f605e43a05 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.1 transformers \ No newline at end of file diff --git a/backend/python/kokoro/requirements-cublas12.txt b/backend/python/kokoro/requirements-cublas12.txt index b4f1261f8793..db0b677ac2b5 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.1 transformers \ No newline at end of file diff --git a/backend/python/kokoro/requirements-hipblas.txt b/backend/python/kokoro/requirements-hipblas.txt index ec8d0306fd65..75d6f1bd9f42 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.1 transformers \ No newline at end of file diff --git a/backend/python/kokoro/requirements-intel.txt b/backend/python/kokoro/requirements-intel.txt index b16448d36cd3..071edf0400bf 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.1 oneccl_bind_pt==2.3.100+xpu transformers \ No newline at end of file