From 8d124d080f59ac06b56dc2fd7f6e605ff98a6a7e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 26 Apr 2026 23:04:27 +0000 Subject: [PATCH] feat(gallery): add whisper-development umbrella stanza Mirrors the whisper capabilities map with -development variants so clients can pull the master-tagged whisper.cpp backend via a single platform-resolved name, matching the existing faster-whisper-development and whisperx-development entries. Signed-off-by: Ettore Di Giacinto --- backend/index.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/backend/index.yaml b/backend/index.yaml index 38b8f798b..9042754f8 100644 --- a/backend/index.yaml +++ b/backend/index.yaml @@ -1613,6 +1613,20 @@ mirrors: - localai/localai-backends:master-nvidia-l4t-cuda-13-arm64-turboquant ## whisper +- !!merge <<: *whispercpp + name: "whisper-development" + capabilities: + default: "cpu-whisper-development" + nvidia: "cuda12-whisper-development" + intel: "intel-sycl-f16-whisper-development" + metal: "metal-whisper-development" + amd: "rocm-whisper-development" + vulkan: "vulkan-whisper-development" + nvidia-l4t: "nvidia-l4t-arm64-whisper-development" + nvidia-cuda-13: "cuda13-whisper-development" + nvidia-cuda-12: "cuda12-whisper-development" + nvidia-l4t-cuda-12: "nvidia-l4t-arm64-whisper-development" + nvidia-l4t-cuda-13: "cuda13-nvidia-l4t-arm64-whisper-development" - !!merge <<: *whispercpp name: "nvidia-l4t-arm64-whisper" uri: "quay.io/go-skynet/local-ai-backends:latest-nvidia-l4t-arm64-whisper"