@random_click KoboldCpp does not use tk
directly, but via customtkinter
to display the GUI Launcher. It is optional as you can just use KoboldCpp directly from the terminal without ever touching the launcher.
If you install either python-customtkinter or python-customtkinter-git, tk
should be automatically install with it. If it isn't, please report to those packages' maintainers.
Pinned Comments
TheBill2001 commented on 2024-07-25 10:07 (UTC) (edited on 2024-11-06 03:49 (UTC) by TheBill2001)
NOTE: This package is a fork of koboldcpp by YellowRoseCx, which has slower releases. Please check first before flagging this package as out-of-date. https://github.com/YellowRoseCx/koboldcpp-rocm/releases
DISCLAIMER: I only maintain this package. Since I don't have an AMD GPU, I can only test the build process in a clean chroot. I cannot test if the result build would actually run. If this is not working for you, you can install
koboldcpp
and use Vulkan instead. It's faster to build and smaller to install.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:09 (UTC)
As of
1.69.yr0-3
, I have added a desktop entry for GUI launcher, and you'll need to installcustomtkinter
for it.