PABannier / bark.cpp

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

cmake : add quantize exe #83

Closed Green-Sky closed 11 months ago

Green-Sky commented 11 months ago

you for got to add the quantize executable to cmake :) its a bit hacky (adding sources via ../), but i left a TODO that indicates what to do :)

PABannier commented 11 months ago

@Green-Sky good catch! is it mergeable as is? if not could you complete it so that i can merge this?

Green-Sky commented 11 months ago

It is mergable as-is. You/I can reorganize source into eg. examples/subfolders/ in another pr :)

PABannier commented 11 months ago

@Green-Sky sounds good! thanks!