PABannier / bark.cpp

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

Fix main build errors #132

Open ti3x opened 3 months ago

ti3x commented 3 months ago

Propose changes:

acheong08 commented 3 months ago

relocation R_X86_64_32 against.text' can not be used when making a shared object`?

acheong08 commented 3 months ago

https://github.com/BVLC/caffe/issues/2171#issuecomment-85450358

This fixed it on Linux

PABannier commented 2 months ago

Hi @ti3x ! Thanks for trying it out. This should be fixed with #139 . Can you tell me if this works on your side?