diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 2478f1ffc..18ced610a 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -718,6 +718,19 @@ jobs: backend: "pocket-tts" dockerfile: "./backend/Dockerfile.python" context: "./" + - build-type: 'l4t' + cuda-major-version: "13" + cuda-minor-version: "0" + platforms: 'linux/arm64' + tag-latest: 'auto' + tag-suffix: '-nvidia-l4t-cuda-13-arm64-chatterbox' + runs-on: 'ubuntu-24.04-arm' + base-image: "ubuntu:24.04" + skip-drivers: 'false' + ubuntu-version: '2404' + backend: "chatterbox" + dockerfile: "./backend/Dockerfile.python" + context: "./" - build-type: 'l4t' cuda-major-version: "13" cuda-minor-version: "0" diff --git a/backend/index.yaml b/backend/index.yaml index 646e34b9c..428454603 100644 --- a/backend/index.yaml +++ b/backend/index.yaml @@ -2030,7 +2030,7 @@ nvidia-cuda-13: "cuda13-chatterbox-development" nvidia-cuda-12: "cuda12-chatterbox-development" nvidia-l4t-cuda-12: "nvidia-l4t-arm64-chatterbox" - nvidia-l4t-cuda-13: "cuda13-nvidia-l4t-arm64-chatterbox" + nvidia-l4t-cuda-13: "cuda13-nvidia-l4t-arm64-chatterbox-development" - !!merge <<: *chatterbox name: "cpu-chatterbox" uri: "quay.io/go-skynet/local-ai-backends:latest-cpu-chatterbox"