-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
[build] ARMv8 build problem (OpenWrt) #620
Comments
It literally told you what to do ;) add -flax-vector-conversions to CFLAGS in Makefile and it will build. But yeah, there should be a real fix. |
I have never worked with more complex "math stuff" (for the lack of a better term...) before, so I wasn't sure if this would be fine or not :) Gonna try it and see what happens! |
Worked! Thanks :) Normally I would've just added the flag, but I have honestly never seen that function nor datatype before - hence I was more cautios ^^ |
* Support rocm on Debian unstable * Update Makefile
Prerequisites
Please answer the following questions for yourself before submitting an issue.
git clone $url; cd llama.cpp; make
Expected Behavior
I expected to build the basic llama.cpp
bin/main
program, to see if building even worked properly.Current Behavior
Environment and Context
Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Quite simple:
Reading the Makefile, I noticed that a lot of configuration was done automatically, so I assumed I could just go and
make
it.Failure Logs
See above. :)
The text was updated successfully, but these errors were encountered: