Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix main build errors #132

Closed
wants to merge 4 commits into from
Closed

Fix main build errors #132

wants to merge 4 commits into from

Conversation

ti3x
Copy link

@ti3x ti3x commented Mar 16, 2024

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

@acheong08
Copy link

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

@acheong08
Copy link

BVLC/caffe#2171 (comment)

This fixed it on Linux

@PABannier
Copy link
Owner

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

@PABannier
Copy link
Owner

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

@PABannier PABannier closed this Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants