@serpens fixed, thanks.
Search Criteria
Package Details: koboldcpp 1.117-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/koboldcpp.git (read-only, click to copy) |
|---|---|
| Package Base: | koboldcpp |
| Description: | An easy-to-use AI text-generation software for GGML and GGUF models |
| Upstream URL: | https://github.com/LostRuins/koboldcpp |
| Licenses: | AGPL-3.0-only |
| Submitter: | TheBill2001 |
| Maintainer: | TheBill2001 |
| Last Packager: | TheBill2001 |
| Votes: | 6 |
| Popularity: | 0.027672 |
| First Submitted: | 2024-03-20 11:48 (UTC) |
| Last Updated: | 2026-07-10 13:53 (UTC) |
Dependencies (8)
- python
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- python-customtkinterAUR (python-customtkinter-gitAUR, python-customtkinterAUR) (optional) – for GUI launcher
- python-darkdetect (optional) – for GUI launcher
- python-jinja (optional) – jinja2 templates
- python-psutil (optional) – increasing the process CPU priority
- yad (yad-gtk2AUR, yad-gitAUR, yad-lightAUR) (optional) – native file picker dialogs
- zenity (zenity-gtk3AUR, zenity-gitAUR, zenity-rs-binAUR, qarma-gitAUR) (optional) – native file picker dialogs
Required by (0)
Sources (3)
TheBill2001 commented on 2026-04-07 23:18 (UTC)
serpens commented on 2026-04-07 18:20 (UTC)
sha256sum mismatch on the .desktop, fails validity check :( skipping checksums works as a quick fix but that's scary, haha
ap_qld commented on 2025-05-25 23:58 (UTC) (edited on 2025-05-26 14:22 (UTC) by ap_qld)
Works after installing python-customtkinter - could you please change this to be a required dependency and not optional? Cheers, otherwise, the following error appears:
Reason: No module named 'customtkinter' File selection GUI unsuported. ...
TheBill2001 commented on 2025-04-22 06:27 (UTC) (edited on 2025-04-22 06:27 (UTC) by TheBill2001)
Portable/NoAVX2 build has been separated to koboldcpp-portable.
TheBill2001 commented on 2025-01-15 08:17 (UTC)
@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.
IrreleventIdiot commented on 2025-01-14 03:33 (UTC)
GUI failed to start: Reason: No module named 'customtkinter'
I made sure both tk (arch extra) and python-customtkinter (aur) are installed, so not sure why gui won't launch.
TheBill2001 commented on 2024-11-02 23:49 (UTC)
@dreieck Fixed.
dreieck commented on 2024-11-02 22:46 (UTC)
This no longer works since it expects a file ~/.config/koboldcpp_build.conf which must not be assumed to be present for the package building user:
==> Starting build()...
/var/cache/yay/koboldcpp/PKGBUILD: line 45: /home/<censored>/.config/koboldcpp_build.conf: No such file or directory
Please fix, and include in the package recipe a reasonable build config.
Regards!
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 (including failsafe and noavx2):
- '0' - Keep portable build enabled (default)
- '1' or any other value that isn't '0' - Disable portable build.
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 install customtkinter for it.
Pinned Comments
TheBill2001 commented on 2025-04-22 06:27 (UTC) (edited on 2025-04-22 06:27 (UTC) by TheBill2001)
Portable/NoAVX2 build has been separated to
koboldcpp-portable.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 installcustomtkinterfor it.