Skip to content

Commit 3c0ac49

Browse files
authored
chore(model gallery): add bark-cpp-small (#4318)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 4307ae5 commit 3c0ac49

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

gallery/index.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9728,3 +9728,22 @@
97289728
- filename: silero-vad.onnx
97299729
uri: https://huggingface.co/onnx-community/silero-vad/resolve/main/onnx/model.onnx
97309730
sha256: a4a068cd6cf1ea8355b84327595838ca748ec29a25bc91fc82e6c299ccdc5808
9731+
- name: "bark-cpp-small"
9732+
url: github:mudler/LocalAI/gallery/virtual.yaml@master
9733+
license: mit
9734+
urls:
9735+
- https://huggingface.co/suno/bark
9736+
- https://huggingface.co/Green-Sky/bark-ggml
9737+
description: |
9738+
Bark is a transformer-based text-to-audio model created by Suno. Bark can generate highly realistic, multilingual speech as well as other audio - including music, background noise and simple sound effects. The model can also produce nonverbal communications like laughing, sighing and crying. To support the research community, we are providing access to pretrained model checkpoints ready for inference.
9739+
tags:
9740+
- tts
9741+
- cpu
9742+
overrides:
9743+
backend: bark-cpp
9744+
parameters:
9745+
model: bark-small_weights-f16.bin
9746+
files:
9747+
- filename: bark-small_weights-f16.bin
9748+
uri: https://huggingface.co/Green-Sky/bark-ggml/resolve/main/bark-small_weights-f16.bin
9749+
sha256: de1ece17e8319537b3a7909baebbd28affab23c942d5d57e648d622af4e2feaa

0 commit comments

Comments
 (0)