Skip to content

Conversation

@Quantaindew
Copy link

The flag -cml used in the example in the readme for the termux android interactive is incorrect, that flag is either depreciated or an error

$./llama-cli -m ../model/llama-2-7b-chat.Q4_K_M.gguf -n 128 -cml

Interactive Mode in root README
has the correct approach

$./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

the llama-cli README doesn't mention anything like -cml

The flag `-cml` used in the example in the readme for the termux android interactive is incorrect, that flag is either depreciated or an error
@mofosyne mofosyne added the Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix label Jul 3, 2024
@mofosyne mofosyne added the bugfix fixes an issue or bug label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix fixes an issue or bug Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants