You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 --version
The program python3 is not installed.
make --versionGNU Make 4.4.1
Built for aarch64-unknown-linux-android
g++ --version
clang version 16.0.5
Target: aarch64-unknown-linux-android24
Thread model: posix
InstalledDir: /data/data/com.termux/files/usr/bin
Steps to Reproduce
build llama.cpp with CLBlast
open the q2_K model
Thanks.
The text was updated successfully, but these errors were encountered:
Prerequisites
Expected Behavior
Run ./main and continue without crash.
Current Behavior
The issue appears to be with q2_K. I tried the same prompt with the identical q4_1 model, and it works as expected. OpenBlas build works as expected.
The crash is inconsistent, sometimes crash before I can interact, and sometimes crashing after one or more messages.
Environment and Context
lscpu;
uname -a
Steps to Reproduce
Thanks.
The text was updated successfully, but these errors were encountered: