PABannier / bark.cpp

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

dbg: fix the forward pass #139

Closed PABannier closed 2 months ago

PABannier commented 2 months ago

Hi All,

After some months away from this repo, I decided to give it a final shot at a working implementation.

As many issues have pointed out, the ggml submodule pointed to an old, no-longer-referenced commit hash of ggml. Furthermore, the forward pass was not working, and several bugs still needed to be fixed.

This pull request introduces several key changes to the repository: