PABannier / bark.cpp

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

invalid number of codes - SIGSEGV (Address boundary error) #134

Open acheong08 opened 3 months ago

acheong08 commented 3 months ago
encodec_build_graph: invalid number of codes
fish: Job 1, './bark/build/examples/main/main…' terminated by signal SIGSEGV (Address boundary error)
./bark/build/examples/main/main -m ./ggml_weights_q4/ -p "this is an audio"
PABannier commented 2 months ago

Hi @acheong08 ! This should be fixed with #139 . Could you give it another try?