koboldcpp: add page (#21181)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
crispyfires
2026-02-24 22:35:49 -05:00
committed by GitHub
parent b769f64446
commit 129141d109
+24
View File
@@ -0,0 +1,24 @@
# 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 --launch`
- Start without the GUI launcher:
`koboldcpp --skiplauncher`