feat(backends): add KittenTTS (#5977)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2025-08-06 12:38:45 +02:00
committed by GitHub
parent 3295a298f4
commit 20a70e1244
11 changed files with 338 additions and 0 deletions

View File

@@ -920,6 +920,19 @@ jobs:
# backend: "rfdetr"
# dockerfile: "./backend/Dockerfile.python"
# context: "./backend"
# kitten-tts
- build-type: ''
cuda-major-version: ""
cuda-minor-version: ""
platforms: 'linux/amd64,linux/arm64'
tag-latest: 'auto'
tag-suffix: '-kitten-tts'
runs-on: 'ubuntu-latest'
base-image: "ubuntu:22.04"
skip-drivers: 'false'
backend: "kitten-tts"
dockerfile: "./backend/Dockerfile.python"
context: "./backend"
llama-cpp-darwin:
runs-on: macOS-14
strategy: