Package Details: koboldcpp-hipblas 1.100.1-1

Git Clone URL: https://aur.archlinux.org/koboldcpp-hipblas.git (read-only, click to copy)
Package Base: koboldcpp-hipblas
Description: An easy-to-use AI text-generation software for GGML and GGUF models (with HIPBLAS, for ROCM)
Upstream URL: https://github.com/LostRuins/koboldcpp
Licenses: AGPL-3.0-only
Conflicts: koboldcpp
Provides: koboldcpp, koboldcpp-rocm
Submitter: alpindale
Maintainer: TheBill2001
Last Packager: TheBill2001
Votes: 10
Popularity: 0.25
First Submitted: 2023-10-23 18:05 (UTC)
Last Updated: 2025-10-13 22:58 (UTC)

Dependencies (9)

Required by (0)

Sources (3)

Pinned Comments

TheBill2001 commented on 2025-07-17 23:41 (UTC) (edited on 2025-07-20 09:30 (UTC) by TheBill2001)

Since 1.95.1, I have switched over to using upstream KobloldCpp rather than YellowRoseCx's fork.

TheBill2001 commented on 2025-06-03 12:55 (UTC)

Portable/NoAVX2 build has been separated to koboldcpp-hipblas-portable.

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 install customtkinter for it.

Latest Comments

« First ‹ Previous 1 2 3

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 install customtkinter for it.

krukai commented on 2024-06-10 21:01 (UTC)

I believe the current checksum is wrong. I get:

ad1490d792ad26d5d9f065166f726b91b058b41509282ee362ed84065b545668  koboldcpp-rocm-1.67.yr0-ROCm.tar.gz

However, PKGBUILD states:

sha256sums = 7cfcd2323d78a97461fd263595eea1ee5c34e1b1496a9181ba68ea2e20cb7961

dreieck commented on 2024-03-27 10:32 (UTC)

koboldcpp-hipblas needs to be removed from the provides array, since this package is already named this.

Please add =${pkgver} to the koboldcpp and koboldcpp-rocm provides-entries.

dreieck commented on 2024-03-27 10:29 (UTC)

Please add koboldcpp to the conflicts array:

error: failed to commit transaction (conflicting files)
koboldcpp: /usr/bin/koboldcpp exists in filesystem (owned by koboldcpp-hipblas)
koboldcpp: /usr/share/koboldcpp/kcpp_docs.embd exists in filesystem (owned by koboldcpp-hipblas)
koboldcpp: /usr/share/koboldcpp/klite.embd exists in filesystem (owned by koboldcpp-hipblas)
koboldcpp: /usr/share/koboldcpp/koboldcpp.py exists in filesystem (owned by koboldcpp-hipblas)
koboldcpp: /usr/share/koboldcpp/koboldcpp_clblast.so exists in filesystem (owned by koboldcpp-hipblas)
koboldcpp: /usr/share/koboldcpp/koboldcpp_default.so exists in filesystem (owned by koboldcpp-hipblas)
koboldcpp: /usr/share/koboldcpp/koboldcpp_openblas.so exists in filesystem (owned by koboldcpp-hipblas)
koboldcpp: /usr/share/koboldcpp/koboldcpp_vulkan.so exists in filesystem (owned by koboldcpp-hipblas)
koboldcpp: /usr/share/koboldcpp/rwkv_vocab.embd exists in filesystem (owned by koboldcpp-hipblas)
koboldcpp: /usr/share/koboldcpp/rwkv_world_vocab.embd exists in filesystem (owned by koboldcpp-hipblas)
Errors occurred, no packages were upgraded.

Regards and thanks for maintaining!

complover116 commented on 2023-12-24 05:10 (UTC)

Latest version fails to build

Changing

cd "$srcdir/koboldcpp-rocm-$pkgver.yr0-ROCm"

to

cd "$srcdir/koboldcpp-rocm-$pkgver.yr1-ROCm"

on line 15 fixes it

jeromedc commented on 2023-12-07 15:41 (UTC)

Line 16: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=koboldcpp-hipblas#n16 and Line 21: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=koboldcpp-hipblas#n21 should be changed from:

cd "$srcdir/koboldcpp-rocm-$pkgver"

to

cd "$srcdir/koboldcpp-rocm-$pkgver.yr1-ROCm"

Also, customtkinter is missing from the dependencies for the GUI.