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
We have a thread going at chaquo/chaquopy#1094 (comment) I am hoping someone can answer this issue. it seems the llama.cpp file is using the posix_madvise function with the POSIX_MADV_WILLNEED and POSIX_MADV_RANDOM flags, which are not available or supported on the Android platform.
Are these necessary? Can I comment them out if building for android?