From 129141d109f7415de8c398d55b44c89928424a15 Mon Sep 17 00:00:00 2001 From: crispyfires <152764922+crispyfires@users.noreply.github.com> Date: Tue, 24 Feb 2026 22:35:49 -0500 Subject: [PATCH] koboldcpp: add page (#21181) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Ivan Baluta --- pages/common/koboldcpp.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/koboldcpp.md diff --git a/pages/common/koboldcpp.md b/pages/common/koboldcpp.md new file mode 100644 index 0000000000..52e187c0b1 --- /dev/null +++ b/pages/common/koboldcpp.md @@ -0,0 +1,24 @@ +# koboldcpp + +> An AI text-generation application for GGML and GGUF models. +> More information: . + +- 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 --launch` + +- Start without the GUI launcher: + +`koboldcpp --skiplauncher`