PABannier / bark.cpp

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

ENH Separate graph building from actual computation #103

Closed PABannier closed 1 year ago

PABannier commented 1 year ago

This is a necessary step before introducing computation buffers and data buffers, like in llama.cpp.