Cannot initialize the model #11672
Unanswered
XinyuGroceryStore
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm developing an Android app using llama.cpp on C++ layer and JNI to interact with java UI. My issue is that the model connot be initialized properly.
Here is what I have done
Firstly, I built .so files and linked them with my Android project. (I tried the .so files with related bin via ADB, and it worked)
Secondly, I wrote code below to init model:
code in
llm.cpp
code in
llmJNI.cpp
The catlog said:
Can someone help me a bit? Any ideas are welcomed!
Beta Was this translation helpful? Give feedback.
All reactions