Skip to content
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

Fix flag name in help message --logits-all to --all-logits #5805

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

ensan-hcl
Copy link
Contributor

Currently ./main -h describes --logits-all is for returning logits for all tokens in the batch, but it yields an error error: unknown argument: --logits-all.

The option is actually the typo of --all-logits. I fixed the help message to follow the implementation.

@ggerganov ggerganov merged commit f49a535 into ggerganov:master Mar 1, 2024
59 checks passed
hazelnutcloud pushed a commit to hazelnutcloud/llama.cpp that referenced this pull request Mar 10, 2024
jordankanter pushed a commit to jordankanter/llama.cpp that referenced this pull request Mar 13, 2024
hodlen pushed a commit to hodlen/llama.cpp that referenced this pull request Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants