LostRuins / koboldcpp

A simple one-file way to run various GGML and GGUF models with KoboldAI's UI
https://github.com/lostruins/koboldcpp
GNU Affero General Public License v3.0
4.35k stars 312 forks source link

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

Closed superskirv closed 1 month ago

superskirv commented 1 month ago
  --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 commented 1 month ago

Thanks, I'll change that.