LocalAI/backend/python/chatterbox
dependabot[bot] b1a1221db2
chore(deps): bump the pip group across 3 directories with 2 updates
Bumps the pip group with 2 updates in the /backend/python/chatterbox directory: torch and [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 1 update in the /backend/python/faster-whisper directory: torch.
Bumps the pip group with 1 update in the /backend/python/kokoro directory: torch.


Updates `torch` from 2.3.1+cxx11.abi to 2.6.0+cu118

Updates `transformers` from 4.46.3 to 4.50.0
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.46.3...v4.50.0)

Updates `torch` from 2.3.1+cxx11.abi to 2.6.0+cu118

Updates `torch` from 2.3.1+cxx11.abi to 2.6.0+cu118

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.6.0+cu118
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 4.50.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: torch
  dependency-version: 2.6.0+cu118
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: torch
  dependency-version: 2.6.0+cu118
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-30 08:54:38 +00:00
..
backend.py feat(chatterbox): add new backend (#5524) 2025-05-30 10:52:55 +02:00
install.sh feat(chatterbox): add new backend (#5524) 2025-05-30 10:52:55 +02:00
Makefile feat(chatterbox): add new backend (#5524) 2025-05-30 10:52:55 +02:00
requirements-cpu.txt chore(deps): bump the pip group across 3 directories with 2 updates 2025-05-30 08:54:38 +00:00
requirements-cublas11.txt chore(deps): bump the pip group across 3 directories with 2 updates 2025-05-30 08:54:38 +00:00
requirements-cublas12.txt chore(deps): bump the pip group across 3 directories with 2 updates 2025-05-30 08:54:38 +00:00
requirements-hipblas.txt chore(deps): bump the pip group across 3 directories with 2 updates 2025-05-30 08:54:38 +00:00
requirements-intel.txt chore(deps): bump the pip group across 3 directories with 2 updates 2025-05-30 08:54:38 +00:00
requirements.txt feat(chatterbox): add new backend (#5524) 2025-05-30 10:52:55 +02:00
run.sh feat(chatterbox): add new backend (#5524) 2025-05-30 10:52:55 +02:00
test.py feat(chatterbox): add new backend (#5524) 2025-05-30 10:52:55 +02:00
test.sh feat(chatterbox): add new backend (#5524) 2025-05-30 10:52:55 +02:00