-
Notifications
You must be signed in to change notification settings - Fork 11.5k
[User] Error building server; possibly faulty libllama.so build; possible fix #1712
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
Comments
Relevant output:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Really sorry for not following the whole template, I just believe it will save some time.
I believe the current Makefile is missing
ggml-quants-k.o
inlibllama.so:
andserver:
targets. I couldn't build server before adding it, and, while libllama.so was built successfully, it seemed to be unusable. Addingggml-quants-k.o
to both target solved these two problems for me.Environment: Linux, Arch, OpenBLAS, no-AVX CPU (although I don't think any of that matters).
The text was updated successfully, but these errors were encountered: