Skip to content
Merged
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
1 change: 1 addition & 0 deletions backend/python/chatterbox/requirements-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
accelerate
torch
torchaudio
numpy>=1.24.0,<1.26.0
transformers
# https://github.com/mudler/LocalAI/pull/6240#issuecomment-3329518289
chatterbox-tts@git+https://git@github.com/mudler/chatterbox.git@faster
Expand Down
1 change: 1 addition & 0 deletions backend/python/chatterbox/requirements-cublas11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
torch==2.6.0+cu118
torchaudio==2.6.0+cu118
transformers==4.46.3
numpy>=1.24.0,<1.26.0
# https://github.com/mudler/LocalAI/pull/6240#issuecomment-3329518289
chatterbox-tts@git+https://git@github.com/mudler/chatterbox.git@faster
accelerate
1 change: 1 addition & 0 deletions backend/python/chatterbox/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
torch
torchaudio
transformers
numpy>=1.24.0,<1.26.0
# https://github.com/mudler/LocalAI/pull/6240#issuecomment-3329518289
chatterbox-tts@git+https://git@github.com/mudler/chatterbox.git@faster
accelerate
1 change: 1 addition & 0 deletions backend/python/chatterbox/requirements-hipblas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
torch==2.6.0+rocm6.1
torchaudio==2.6.0+rocm6.1
transformers
numpy>=1.24.0,<1.26.0
# https://github.com/mudler/LocalAI/pull/6240#issuecomment-3329518289
chatterbox-tts@git+https://git@github.com/mudler/chatterbox.git@faster
accelerate
1 change: 1 addition & 0 deletions backend/python/chatterbox/requirements-intel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ intel-extension-for-pytorch==2.3.110+xpu
torch==2.3.1+cxx11.abi
torchaudio==2.3.1+cxx11.abi
transformers
numpy>=1.24.0,<1.26.0
# https://github.com/mudler/LocalAI/pull/6240#issuecomment-3329518289
chatterbox-tts@git+https://git@github.com/mudler/chatterbox.git@faster
accelerate
Expand Down
1 change: 1 addition & 0 deletions backend/python/chatterbox/requirements-l4t.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
torch
torchaudio
transformers
numpy>=1.24.0,<1.26.0
chatterbox-tts@git+https://git@github.com/mudler/chatterbox.git@faster
accelerate
Loading