-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Crash when loading Llama 3.2 #25
Comments
My guess is that the app might not be detecting the correct architecture. the app is relying on this code to load the right lib: https://github.com/mybigday/llama.rn/blob/f35545b92241d8cc9ee2b22b5ca4c02b395db9bb/android/src/main/java/com/rnllama/LlamaContext.java#L249-L280 Can you please share |
and
|
Okay, what works is Llama-3.2-3b-instruct-q4_k_m.gguf when downloaded and included as a local model. |
Had the same issue with Llama 3.2 3B and Quen 2 1.5B on my pixel 7 phone. The app just crashes when I try to load the model. If I have time I'll also check the logs |
I have Vivo X50 with 12 GB of RAM and I am also experiencing the same issue with Llama 3.2 1B model. |
same issue |
Hey, I’ve just released version 1.4.5 (#72) https://play.google.com/store/apps/details?id=com.pocketpalai. |
Yes @a-ghorbani, it is working now. |
I’m closing this now, but if you face any new crashes, feel free to open a new one |
Not much to add... Download seems to work fine, but when I try to load the model, the app just closes.
Downloading and loading e.g. Qwen works fine. Also, the Llama 3.2 3B Q4 gguf from HF works well with ChatterUI, so my device (Samsung Galaxy S23) is in principle capable.
I have adb ready if you want me to test a debug build.
The text was updated successfully, but these errors were encountered: