Skip to content

Commit e2f2ffa

Browse files
committed
chore(model gallery): add suno-ai bark-cpp model
Signed-off-by: Gianluca Boiano <[email protected]>
1 parent 56f44d4 commit e2f2ffa

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

gallery/index.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15913,7 +15913,8 @@
1591315913
- filename: silero-vad.onnx
1591415914
uri: https://huggingface.co/onnx-community/silero-vad/resolve/main/onnx/model.onnx
1591515915
sha256: a4a068cd6cf1ea8355b84327595838ca748ec29a25bc91fc82e6c299ccdc5808
15916-
- name: "bark-cpp-small"
15916+
- &bark
15917+
name: "bark-cpp"
1591715918
icon: https://avatars.githubusercontent.com/u/99442120
1591815919
url: github:mudler/LocalAI/gallery/virtual.yaml@master
1591915920
license: mit
@@ -15927,6 +15928,15 @@
1592715928
- cpu
1592815929
overrides:
1592915930
backend: bark-cpp
15931+
parameters:
15932+
model: bark_weights-f16.bin
15933+
files:
15934+
- filename: bark_weights-f16.bin
15935+
uri: https://huggingface.co/Green-Sky/bark-ggml/resolve/main/bark_weights-f16.bin
15936+
sha256: ba6fc0e09531e6b8b5a9ef8862be2c9a52a631fc93f34a60b26b879cacf18f62
15937+
- !!merge <<: *bark
15938+
name: "bark-cpp-small"
15939+
overrides:
1593015940
parameters:
1593115941
model: bark-small_weights-f16.bin
1593215942
files:

0 commit comments

Comments
 (0)