snippetbashTip
koboldcpp — An AI text-generation application for GGML and GGUF models. More information: <https://github.com/Lo
Viewed 0 times
koboldcppcommandtextgenerationcliggmlforapplication
Problem
How to use the
koboldcpp command: An AI text-generation application for GGML and GGUF models. More information: <https://github.com/LostRuins/koboldcpp/wiki#command-line-arguments-reference>.Solution
koboldcpp — An AI text-generation application for GGML and GGUF models. More information: <https://github.com/LostRuins/koboldcpp/wiki#command-line-arguments-reference>.Load one or more model files:
koboldcpp {{[-m|--model]}} {{path/to/model_file}}Set port to listen on (defaults to 5001):
koboldcpp --port {{port}}Set amount of threads to use:
koboldcpp {{[-t|--threads]}} {{amount_of_threads}}Launch web browser when boot is complete:
koboldcpp --launchStart without the GUI launcher:
koboldcpp --skiplauncherCode Snippets
Load one or more model files
koboldcpp {{[-m|--model]}} {{path/to/model_file}}Set port to listen on (defaults to 5001)
koboldcpp --port {{port}}Set amount of threads to use
koboldcpp {{[-t|--threads]}} {{amount_of_threads}}Launch web browser when boot is complete
koboldcpp --launchStart without the GUI launcher
koboldcpp --skiplauncherContext
tldr-pages: common/koboldcpp
Revisions (0)
No revisions yet.