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

Minor Issue: --help note for --quiet needs updating. #843

Closed
superskirv opened this issue May 12, 2024 · 1 comment
Closed

Minor Issue: --help note for --quiet needs updating. #843

superskirv opened this issue May 12, 2024 · 1 comment

Comments

@superskirv
Copy link

  --quiet               Enable quiet mode, which hides generation inputs and
                        outputs in the terminal. Quiet mode is automatically
                        enabled when running --hordeconfig

As stated above. The note should be changed, not a big deal, but might be confusing to people in the future.
koboldcpp/koboldcpp.py: line 3211

parser.add_argument("--quiet", help="Enable quiet mode, which hides generation inputs and outputs in the terminal. Quiet mode is automatically enabled when running --hordeconfig.", action='store_true')

I dont know what it should say now, but if the plan is to remove --hordeconfig then the note needs to change as well.

@LostRuins
Copy link
Owner

Thanks, I'll change that.

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

No branches or pull requests

2 participants