Skip to content

Fix false flags used in termux demo in README.md #8252

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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