I did a full system upgrade to be sure, to no avail.
I have exactly the same 15 errors, only the version of gcc is newer (14.2.1, 14.1.1 in the post I found). I am aware it's for whisper.cpp, but the root cause (incompatibility between nvcc and gcc) seems generic enough.
/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h(827): error: user-defined literal operator not found typedef __decltype(0.0bf16) __bfloat16_t; ^
Don't bother if it's working for you. There is a problem on my part for some reason
Pinned Comments
TheBill2001 commented on 2024-11-01 21:26 (UTC)
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.