Skip to content
Closed
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
2 changes: 1 addition & 1 deletion 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
accelerate
torch==2.4.1
torch==2.13.0+xpu
torchaudio==2.4.1
coqui-tts
2 changes: 1 addition & 1 deletion backend/python/coqui/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.4.1
torch==2.13.0+xpu
torchaudio==2.4.1
transformers==4.48.3
accelerate
Expand Down
2 changes: 1 addition & 1 deletion backend/python/coqui/requirements-hipblas.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/rocm7.0
torch==2.10.0+rocm7.0
torch==2.13.0+xpu
torchaudio==2.10.0+rocm7.0
transformers==4.48.3
accelerate
Expand Down
2 changes: 1 addition & 1 deletion backend/python/coqui/requirements-intel.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/xpu
torch==2.8.0+xpu
torch==2.13.0+xpu
torchaudio==2.8.0+xpu
optimum[openvino]
setuptools
Expand Down
2 changes: 1 addition & 1 deletion backend/python/coqui/requirements-mps.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.7.1
torch==2.13.0+xpu
transformers==4.48.3
accelerate
coqui-tts
Loading