llama.rn icon indicating copy to clipboard operation
llama.rn copied to clipboard

Crash on loading specifc model

Open Vali-98 opened this issue 9 months ago • 2 comments

Related to: https://github.com/Vali-98/ChatterUI/issues/20

Model used: https://huggingface.co/Crataco/stablelm-2-1_6b-chat-imatrix-GGUF/blob/main/stablelm-2-1_6b-chat.Q4_K_M.imx.gguf

llama.rn version: 0.3.1

Error provided my llama.rn:

[RNLlama] is_model_loaded false
handling signal: 11
Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x698 in tid 4201 (AsyncTask #1), pid 31056 (ali98.ChatterUI)

From what I can tell its attempting to memory outside its address space. Oddly enough, this doesn't occur in emulator, only built apk's.

Vali-98 avatar May 12 '24 23:05 Vali-98