PABannier / bark.cpp

Suno AI's Bark model in C/C++ for fast text-to-speech
MIT License
630 stars 48 forks source link

preconverted model files #144

Closed Green-Sky closed 2 months ago

Green-Sky commented 2 months ago

Since the project got some fixes and the model files changed I uploaded some new converted model files. https://huggingface.co/Green-Sky/bark-ggml

PABannier commented 2 months ago

This is amazing, thanks for the contribution @Green-Sky !

Green-Sky commented 2 months ago

I updated the model files. Currently only f16 works, likely because encodec only works with f16 and its now merged in a single file and quantization seems to effect the whole file.

Also uploaded bark-small :)

PABannier commented 2 months ago

@Green-Sky You anticipated it haha! I was about to do it. Thanks :)