@IrreleventIdiot Unsure. Check your Python environment. Make sure to that KoboldCpp and python-customtkinter
are installed within the same python environment. In this case, that would be your global system environment (without any virtual environment).
However, KoboldCpp can run without the launcher. In the console, use --skiplauncher
to skip the launcher. You just need to manually set the arguments. Use -h
to see what is available.
Pinned Comments
TheBill2001 commented on 2024-11-01 21:21 (UTC) (edited on 2024-11-01 21:24 (UTC) by TheBill2001)
Build configuration could be changed with environment variables.
Or set via
KEY=VALUE
in${XDG_CONFIG_HOME}/koboldcpp_build.conf
file (default is~/.config/koboldcpp_build.conf
).KOBOLDCPP_NO_PORTABLE
- Disabling portable build (includingfailsafe
andnoavx2
):TheBill2001 commented on 2024-07-03 14:08 (UTC)
As of
1.69.1-3
, I have added a desktop entry for GUI launcher, and you'll need to installcustomtkinter
for it.