Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions backend/python/coqui/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cpu
transformers==4.48.3
transformers==5.0.0rc3
accelerate
torch==2.4.1
torch==2.7.1+cpu
torchaudio==2.4.1
coqui-tts
4 changes: 2 additions & 2 deletions backend/python/coqui/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch==2.4.1
torch==2.7.1+cpu
torchaudio==2.4.1
transformers==4.48.3
transformers==5.0.0rc3
accelerate
coqui-tts
4 changes: 2 additions & 2 deletions backend/python/coqui/requirements-hipblas.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.4
torch==2.8.0+rocm6.4
torch==2.7.1+cpu
torchaudio==2.8.0+rocm6.4
transformers==4.48.3
transformers==5.0.0rc3
accelerate
coqui-tts
4 changes: 2 additions & 2 deletions backend/python/coqui/requirements-intel.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
--extra-index-url https://download.pytorch.org/whl/xpu
torch==2.8.0+xpu
torch==2.7.1+cpu
torchaudio==2.8.0+xpu
optimum[openvino]
setuptools
transformers==4.48.3
transformers==5.0.0rc3
accelerate
coqui-tts
4 changes: 2 additions & 2 deletions backend/python/coqui/requirements-mps.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.7.1
transformers==4.48.3
torch==2.7.1+cpu
transformers==5.0.0rc3
accelerate
coqui-tts
Loading