Search Criteria
Package Details: koboldcpp-bin 1.78-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/koboldcpp-bin.git (read-only, click to copy) |
---|---|
Package Base: | koboldcpp-bin |
Description: | A simple one-file way to run various GGML and GGUF models with KoboldAI's UI |
Upstream URL: | https://github.com/LostRuins/koboldcpp |
Keywords: | ai ggml gguf koboldcpp |
Licenses: | AGPL3 |
Conflicts: | koboldcpp |
Provides: | koboldcpp |
Submitter: | speedorama |
Maintainer: | speedorama |
Last Packager: | speedorama |
Votes: | 2 |
Popularity: | 0.195181 |
First Submitted: | 2024-01-14 00:25 (UTC) |
Last Updated: | 2024-11-16 02:26 (UTC) |
Dependencies (1)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
Latest Comments
speedorama commented on 2024-08-24 20:17 (UTC)
@Mr.Smith1974
I have added the .desktop file and icon. The package name hasn't been changed, however this package now uses the nocuda koboldcpp binary. I have created a new koboldcpp-cuda-bin package that uses the cuda1210 binary.
Mr.Smith1974 commented on 2024-08-23 11:38 (UTC) (edited on 2024-08-23 11:40 (UTC) by Mr.Smith1974)
koboldcpp-cuda-bin
speedorama commented on 2024-04-09 14:00 (UTC)
@dreieck Those changes have been made. Thanks for the feedback!
dreieck commented on 2024-03-27 10:31 (UTC)
Please add
koboldcpp=${pkgver}
to theprovides
array andkoboldcpp
to theconflicts
array.Regards and thanks for maintaining!
speedorama commented on 2024-02-18 22:46 (UTC) (edited on 2024-02-18 23:40 (UTC) by speedorama)
@snarfies Please direct issues to koboldcpp's GitHub repository, as the binary is taken directly from it.
If you would like to build from source instead (this would solve the tkinter issue, not sure about horde), it wouldn't be hard to modify koboldcpp-cuda's existing PKGBUILD to use the latest release. Below is a PKGBUILD demonstrating that.
Edit:
Concerning the ugly UI, tkinter is detected, as if it weren't, there wouldn't be a UI. I've been told that there's an issue with a conflicting or missing X11 dependency, and no solution is known yet.
For Horde, you can also try exporting the SSL certificate directory, like so:
toynbeeidea commented on 2024-02-18 13:13 (UTC)
Still not fully functioning as of 1.58 update: tkinter is still not being detected/used, still unable to connect to Kobold Horde.
toynbeeidea commented on 2024-02-14 05:31 (UTC) (edited on 2024-02-14 13:09 (UTC) by toynbeeidea)
Two issues with the -bin build as opposed to the outdated kobolcpp-cuda:
1) tkinter does not seem to be detected, despite being installed. Minor issue, just makes the GUI ugly.
2) Cannot connect to Kobold Horde: Please connect to custom endpoint at http://localhost:5001 [00:26:58] Embedded Horde Worker 'test' is started. [00:26:58] Error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:1131)> - Make sure your Horde API key and worker name is valid!