Skip to content

Commit 8d124d0

Browse files
committed
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 <mudler@localai.io>
1 parent 2da1a4d commit 8d124d0

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

backend/index.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,6 +1613,20 @@
16131613
mirrors:
16141614
- localai/localai-backends:master-nvidia-l4t-cuda-13-arm64-turboquant
16151615
## whisper
1616+
- !!merge <<: *whispercpp
1617+
name: "whisper-development"
1618+
capabilities:
1619+
default: "cpu-whisper-development"
1620+
nvidia: "cuda12-whisper-development"
1621+
intel: "intel-sycl-f16-whisper-development"
1622+
metal: "metal-whisper-development"
1623+
amd: "rocm-whisper-development"
1624+
vulkan: "vulkan-whisper-development"
1625+
nvidia-l4t: "nvidia-l4t-arm64-whisper-development"
1626+
nvidia-cuda-13: "cuda13-whisper-development"
1627+
nvidia-cuda-12: "cuda12-whisper-development"
1628+
nvidia-l4t-cuda-12: "nvidia-l4t-arm64-whisper-development"
1629+
nvidia-l4t-cuda-13: "cuda13-nvidia-l4t-arm64-whisper-development"
16161630
- !!merge <<: *whispercpp
16171631
name: "nvidia-l4t-arm64-whisper"
16181632
uri: "quay.io/go-skynet/local-ai-backends:latest-nvidia-l4t-arm64-whisper"

0 commit comments

Comments
 (0)