diff --git a/backend/python/parler-tts/requirements-cpu.txt b/backend/python/parler-tts/requirements-cpu.txt index 2021fc201f7..f3d481f1016 100644 --- a/backend/python/parler-tts/requirements-cpu.txt +++ b/backend/python/parler-tts/requirements-cpu.txt @@ -1,3 +1,3 @@ transformers accelerate -torch==2.4.1 \ No newline at end of file +torch==2.5.1+cu118 \ No newline at end of file diff --git a/backend/python/parler-tts/requirements-cublas11.txt b/backend/python/parler-tts/requirements-cublas11.txt index 9f8fe9ff87a..95820fa7332 100644 --- a/backend/python/parler-tts/requirements-cublas11.txt +++ b/backend/python/parler-tts/requirements-cublas11.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cu118 -torch==2.4.1+cu118 +torch==2.5.1+cu118 torchaudio==2.4.1+cu118 transformers accelerate \ No newline at end of file diff --git a/backend/python/parler-tts/requirements-cublas12.txt b/backend/python/parler-tts/requirements-cublas12.txt index 537169495d1..33a6c5a7692 100644 --- a/backend/python/parler-tts/requirements-cublas12.txt +++ b/backend/python/parler-tts/requirements-cublas12.txt @@ -1,4 +1,4 @@ -torch==2.4.1 +torch==2.5.1+cu118 torchaudio==2.4.1 transformers accelerate \ No newline at end of file diff --git a/backend/python/parler-tts/requirements-hipblas.txt b/backend/python/parler-tts/requirements-hipblas.txt index b8758537835..1b9f495a5c1 100644 --- a/backend/python/parler-tts/requirements-hipblas.txt +++ b/backend/python/parler-tts/requirements-hipblas.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.0 -torch==2.3.0+rocm6.0 +torch==2.5.1+cu118 torchaudio==2.3.0+rocm6.0 transformers accelerate