Petr Vaněk
Petr Vaněk
If there is any problem with libfmt source from downstream point of view (security issue, compatibility issue (we support multiple libcs), incompatibility with toolchain (e.g. modern GCC or Clang errors...
> > As for Gentoo, we prefer system libfmt. > > Since you already patch Rspamd to support ancient libfmt, it won't be a big deal if you patch it...
The 0.43 is already in the tree since commit ace3dbbfdaaf - `sys-apps/razercfg: add 0.43, enable py3.1{1,2,3}, cleanup`.
Tree cleaned in commit dc9dc66d0228bfec25b28d96b6d582b4aa97b301 as it works in `::gentoo`.
This one might be related to https://github.com/ggml-org/llama.cpp/issues/17700 and https://github.com/ggml-org/llama.cpp/pull/17713. **EDIT**: actually I am no longer able to reproduce this: > The error message changes to > ``` > After the...
Well, I don't know. The problem is in default ministral jinja template https://huggingface.co/mistralai/Ministral-3-3B-Reasoning-2512/blob/f8aa436a36b5bf3c59e3c2e8b19368de9cf69914/chat_template.jinja, which basically requires alternating roles in messages. Therefore: ```json { ... "messages": [ { "role":"system", "content":"You are"...
I am having the same issue with 1.1.8. I reverted the #6463 locally and the issue really seems to be gone, however, the thinking block is not differentiated from the...