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
4 changes: 2 additions & 2 deletions backend/python/chatterbox/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch==2.6.0+cu118
torch==2.7.1+cpu
torchaudio==2.6.0+cu118
transformers==4.46.3
transformers==4.53.0
# https://github.com/mudler/LocalAI/pull/6240#issuecomment-3329518289
chatterbox-tts@git+https://[email protected]/mudler/chatterbox.git@faster
accelerate
2 changes: 1 addition & 1 deletion backend/python/chatterbox/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/rocm6.0
torch==2.6.0+rocm6.1
torch==2.7.1+cpu
torchaudio==2.6.0+rocm6.1
transformers
# https://github.com/mudler/LocalAI/pull/6240#issuecomment-3329518289
Expand Down
2 changes: 1 addition & 1 deletion backend/python/chatterbox/requirements-intel.txt
Original file line number Diff line number Diff line change
@@ -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+cpu
torchaudio==2.3.1+cxx11.abi
transformers
# https://github.com/mudler/LocalAI/pull/6240#issuecomment-3329518289
Expand Down
2 changes: 1 addition & 1 deletion backend/python/faster-whisper/requirements-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ accelerate
compel
peft
sentencepiece
torch==2.4.1
torch==2.7.1+cu118
optimum-quanto
2 changes: 1 addition & 1 deletion backend/python/faster-whisper/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch==2.4.1+cu118
torch==2.7.1+cu118
faster-whisper
opencv-python
accelerate
Expand Down
2 changes: 1 addition & 1 deletion backend/python/faster-whisper/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.4.1
torch==2.7.1+cu118
faster-whisper
opencv-python
accelerate
Expand Down
2 changes: 1 addition & 1 deletion backend/python/faster-whisper/requirements-intel.txt
Original file line number Diff line number Diff line change
@@ -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+cu118
oneccl_bind_pt==2.3.100+xpu
optimum[openvino]
faster-whisper
2 changes: 1 addition & 1 deletion backend/python/kokoro/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch==2.7.1+cu118
torch==2.7.1+cpu
torchaudio==2.7.1+cu118
transformers
accelerate
Expand Down
2 changes: 1 addition & 1 deletion backend/python/kokoro/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.7.1
torch==2.7.1+cpu
torchaudio==2.7.1
transformers
accelerate
Expand Down
2 changes: 1 addition & 1 deletion backend/python/kokoro/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/rocm6.3
torch==2.7.1+rocm6.3
torch==2.7.1+cpu
torchaudio==2.7.1+rocm6.3
transformers
accelerate
Expand Down
4 changes: 2 additions & 2 deletions backend/python/kokoro/requirements-intel.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
intel-extension-for-pytorch==2.8.10+xpu
torch==2.5.1+cxx11.abi
torch==2.7.1+cpu
oneccl_bind_pt==2.8.0+xpu
torchaudio==2.5.1+cxx11.abi
optimum[openvino]
setuptools
transformers==4.48.3
transformers==4.53.0
accelerate
kokoro
soundfile
2 changes: 1 addition & 1 deletion backend/python/rfdetr/requirements-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ opencv-python
accelerate
peft
inference
torch==2.7.1
torch==2.7.1+cu118
optimum-quanto
2 changes: 1 addition & 1 deletion backend/python/rfdetr/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.7.1
torch==2.7.1+cu118
rfdetr
opencv-python
accelerate
Expand Down
2 changes: 1 addition & 1 deletion backend/python/rfdetr/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/rocm6.3
torch==2.7.1+rocm6.3
torch==2.7.1+cu118
torchvision==0.22.1+rocm6.3
rfdetr
opencv-python
Expand Down
2 changes: 1 addition & 1 deletion backend/python/rfdetr/requirements-intel.txt
Original file line number Diff line number Diff line change
@@ -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+cu118
torchvision==0.18.1+cxx11.abi
oneccl_bind_pt==2.3.100+xpu
optimum[openvino]
Expand Down
Loading