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

Running llama.cpp on android just prints out the question

Open Shreyas-ITB opened this issue 2 years ago • 2 comments

I ran llama.cpp on my android phone which has 8 threads and 8GB of ram in which around 7.16 GB is available, that is more than enough to run the 7B Alpaca model on it. But when i run it, it just repeats the question that i provided to it. I am using the ./examples/chat.sh file. Why does it do that? How do i solve it?

Shreyas-ITB avatar Apr 02 '23 14:04 Shreyas-ITB

Just guessing: after prompt was processed there can be a noticeable delay until the completions start. Also there are interactive modes that wait for return/enter.

cmp-nct avatar Apr 02 '23 16:04 cmp-nct

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Apr 11 '24 01:04 github-actions[bot]