-
Notifications
You must be signed in to change notification settings - Fork 18
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
Is it possible to build it for Android #11
Comments
Hey @kirklandsign, Did you set the NDK_ROOT_PATH variable either in the env or in the CMakeLists.txt : |
Thank you! It works now; however, I still made the following modification to make it build.
BTW on ggml, I also commented out
|
Great to hear! Are you running this on a Phone? I'm interested to know what is the setup |
Hi @staghado I used
and then push the binary to the android phone |
It would be nice if we can try this out on Android. I followed instructions from https://github.com/ggerganov/ggml
I tried it and seems that we need to remove
-march=native
from CMakeLists.txtHowever, after that I got an error
The text was updated successfully, but these errors were encountered: