add suggested updates to README.md

Co-authored-by: Xuan Son Nguyen <thichthat@gmail.com>
This commit is contained in:
Sanjay S Kumar 2024-07-02 22:52:53 +05:30 committed by GitHub
parent f676c691a3
commit 5b2736d949
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -876,7 +876,7 @@ $mv /sdcard/llama.cpp/llama-2-7b-chat.Q4_K_M.gguf /data/data/com.termux/files/ho
Now, you can start chatting:
```
$cd /data/data/com.termux/files/home/bin
$./llama-cli -m ../model/llama-2-7b-chat.Q4_K_M.gguf -n 128 --repeat_penalty 1.0 --color -i -r "User:" -f prompts/chat-with-bob.txt
$./llama-cli -m ../model/llama-2-7b-chat.Q4_K_M.gguf -cnv
```
Here's a demo of an interactive session running on Pixel 5 phone: