Replies: 1 comment 2 replies
-
If you're looking to use Instructions for building Python wheels for Android can be found here; this will hopefully become a lot easier in the near future with a modification to cibuildwheel |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hello everyone,
I’m working on an Android application written in Python and packaged with Briefcase that uses the
llama-cpp-python
library for AI model inference. I’ve already compiled the necessary native libraries (e.g.libllama.so
) and placed them in thejniLibs
directory, but at runtime I still get an error saying that the native library “libllama.so” can’t be loaded—even though I updated mybuild.gradle
to include it .I would be very grateful to anyone who can help me resolve this issue.
Thank you in advance to everyone who takes the time to assist
Beta Was this translation helpful? Give feedback.
All reactions