commands.sh

koboldcpp

all

An AI text-generation application for GGML and GGUF models.

More info →

Options (2)

-m, --modelboolean

Load one or more model files

Example: koboldcpp {{[-m|--model]}} {{path/to/model_file}}
-t, --threadsboolean

Set amount of threads to use

Example: koboldcpp {{[-t|--threads]}} {{amount_of_threads}}

Examples (5)

Load one or more model files

koboldcpp [-m|--model] path/to/model_file

Set port to listen on (defaults to 5001)

Set amount of threads to use

koboldcpp [-t|--threads] amount_of_threads

Launch web browser when boot is complete

koboldcpp --launch

Start without the GUI launcher

koboldcpp --skiplauncher
made by @shridhargupta | data from tldr-pages