Replies: 2 comments
-
My experience many moons ago:
What does "not using it" mean exactly? Was the .so loaded by JNI? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I'm currently building llama.cpp as a .so for android in my app MAID (Mobile Artificial Intelligence Distribution). https://github.com/Mobile-Artificial-Intelligence/maid Im thinking i may stop supporting native llama.cpp though as its takes a lot of my time to keep working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there, for the past week I've been trying to make llama.cpp use clblast in my android app (I'm using modified version of java bindings; https://github.com/kherud/java-llama.cpp). I don't really know much about cmake and make, and I'm wondering how would I trigger the build in android studio to get similar results to this: https://github.com/ggerganov/llama.cpp#building-the-project-using-termux-f-droid
So far I've tried:
I manually built the clblast library on device but it seems it's not using it ...
Does anybody know what am I missing here? Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions