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.36k stars 312 forks source link

--skiplauncher broken #802

Open Huge opened 2 months ago

Huge commented 2 months ago
➜  koboldcpp git:(concedo) python ./koboldcpp.py --help |rg UI #   --skiplauncher        Doesn't display or use the GUI launcher.    
  --skiplauncher        Doesn't display or use the GUI launcher.

but in reality

➜  koboldcpp git:(concedo) python ./koboldcpp.py   --skiplauncher       
***
Welcome to KoboldCpp - Version 1.63
For command line arguments, please refer to --help
***
Warning, GUI failed to start: Reason: No module named 'tkinter'
File selection GUI unsupported.
customtkinter python module required!
Please check command line: script.py --help

that seems off and awkward as the tkinter/customtkinter should be avoided with that option.

LostRuins commented 2 months ago

Ah, that's because you didn't provide a --model argument.