-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Cannot run llama.cpp on termux. Bash permission denied #447
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
Comments
There's no Obviously you have to compile it first using |
You might have no execute permission. Have you |
@KerfuffleV2 @prsyahmi thank you for your help, the problem was that i wasn't running it from $HOME. |
The limitation is that the file system is read-only on newer Android versions.
|
When trying to run './bin/main/ -m ./models/7B/ggml-model-q4_0.bin -n 128' termux throws this output:
bash: ./bin/main: permission denied
The text was updated successfully, but these errors were encountered: