PABannier / bark.cpp

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

sync: use `encodec`'s latest version as a submodule #124

Closed PABannier closed 4 months ago

khimaros commented 6 months ago

is this ready for user testing yet?

i'm seeing an error about unknown tensor when running this branch. EDIT: this was resolved with running convert.py from this branch

i'm hitting a Floating point exception immediately following bark_print_statistics for the bark_eval_text_encoder phase. i tried with both f32 and f16 converted weights

quantization to q4_0 is also failing.