bark.cpp icon indicating copy to clipboard operation
bark.cpp copied to clipboard

Fix main build errors

Open ti3x opened this issue 1 year ago • 3 comments

Propose changes:

  • add fix for following error:
bark.cpp/bark/bark.cpp:2048:43: error: use of undeclared identifier 'encodec_verbosity_level'; did you mean 'bark_verbosity_level'?
        encodec_model_path, n_gpu_layers, encodec_verbosity_level::LOW);
                                          ^~~~~~~~~~~~~~~~~~~~~~~
                                          bark_verbosity_level
/oos/bark.cpp/bark/./bark.h:23:12: note: 'bark_verbosity_level' declared here
  • add doc to convert encodec.cpp weight to ggml

ti3x avatar Mar 16 '24 21:03 ti3x

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

acheong08 avatar Mar 20 '24 03:03 acheong08

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

This fixed it on Linux

acheong08 avatar Mar 20 '24 03:03 acheong08

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

PABannier avatar Apr 10 '24 13:04 PABannier

Closing as this has been fixed in #139 and the bug has been resolved

PABannier avatar Oct 13 '24 19:10 PABannier