PABannier / bark.cpp

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

api: merge ggml Bark weights and Encodec weights into a single file #151

Closed PABannier closed 2 months ago

PABannier commented 2 months ago

Currently, we have two separate ggml files for the gpt and codec weights. This is not user-friendly.

We should aim to have a ggml file that contains the codec weights as well.