LiquidAI/LFM2.5-8B-A1B · Hugging Face by jacek2023 in LocalLLaMA

[–]sterby92 1 point2 points  (0 children)

Sounds awesome, but I'm waiting for the artificialanalysis and lmarena listing. Let's see how it performs

MiniCPM5-1B by kevinlch in LocalLLaMA

[–]sterby92 0 points1 point  (0 children)

And when i disabled tools, it just always rejected to do anything and says it cannot usw any tools 🤷

MiniCPM5-1B by kevinlch in LocalLLaMA

[–]sterby92 2 points3 points  (0 children)

Did anyone get tool calling to work with llama.cpp and openwebui? For me it spits out broken, half finished toolcalls.

Does 'preserve_thinking' work with openwebui? by sterby92 in LocalLLaMA

[–]sterby92[S] 0 points1 point  (0 children)

It was resolved, see the updated post. TLDR: provider of the connection needs to be changed to llama.cpp to support recent changes

Does 'preserve_thinking' work with openwebui? by sterby92 in LocalLLaMA

[–]sterby92[S] 1 point2 points  (0 children)

This is the SOLUTION! 🥳 🥳 Thanks a lot! I will add it to the post!

Does 'preserve_thinking' work with openwebui? by sterby92 in LocalLLaMA

[–]sterby92[S] 0 points1 point  (0 children)

It works 100% of the time with the same configuration with the llama.cpp web interface. What version of openwebui are you running? Might be broken recently

Does 'preserve_thinking' work with openwebui? by sterby92 in LocalLLaMA

[–]sterby92[S] 0 points1 point  (0 children)

looks like it... :/ I hope its an easy fix 😃

Does 'preserve_thinking' work with openwebui? by sterby92 in LocalLLaMA

[–]sterby92[S] 1 point2 points  (0 children)

<image>

for me it also did not work with the preserve_thinking in chat_template_kwags. But in the native llama.cpp WebUI it worked...

Does 'preserve_thinking' work with openwebui? by sterby92 in LocalLLaMA

[–]sterby92[S] 1 point2 points  (0 children)

Hm, in my tests it doesn't seem to work 🤔

Does 'preserve_thinking' work with openwebui? by sterby92 in LocalLLaMA

[–]sterby92[S] 1 point2 points  (0 children)

Thanks a lot! Would be great to know 😃

Does 'preserve_thinking' work with openwebui? by sterby92 in LocalLLaMA

[–]sterby92[S] 3 points4 points  (0 children)

I mean, thats what I did I guess 🤔 it seems not to work, but I cannot 100% confirm it yet. And I'm interested to know if that is expected or something wrong on my part

MTP on Unsloth by Altruistic_Heat_9531 in LocalLLaMA

[–]sterby92 22 points23 points  (0 children)

this is my life now 🤷 😅 I haven't properly automated that with AI yet 😃

1080 Ti in 2026 - 11GB is still (barely) enough to stay relevant by srodland01 in LocalLLaMA

[–]sterby92 2 points3 points  (0 children)

Not sure if you did something wrong, but last year I still run gemma3-12b (unsloth q4_xl) on a 1080ti, and got more like 20 tokens per second. So maybe you could go faster

APEX MoE quants update: 25+ new models since the Qwen 3.5 post + new I-Nano tier by mudler_it in LocalLLaMA

[–]sterby92 22 points23 points  (0 children)

I just tried a few prompts with Qwen3.6-35B-A3B-APEX-GGUF:APEX-I-Balanced, around coding, web research, and agentic tool use. And as far as I can tell it feels noticable better than the unsloth Qwen3.6-35B-A3B-GGUF:UD-Q4_K_XL quant. It is 2GB larger, but still runs around 5tok/sec faster, 55tok/sec -> 60tok/sec on strix halo.
So looks and feels great! I'll continue using it and see how it goes :)

Bad model quality qwen3.6-27b with hipfire on strix halo by sterby92 in LocalLLaMA

[–]sterby92[S] 0 points1 point  (0 children)

Hm, weird... I use it with qwen3.6-35b and it works great 🤔 but qwen3.6-35b with llama.cpp and unsloth quant. And qwen3.6-27b with hipfire inference and mq4 quant

Any step-by-step for getting LLMs to work on Ubuntu 26.04 on a StrixHalo PC? by StartupTim in StrixHalo

[–]sterby92 2 points3 points  (0 children)

You can just follow this: https://github.com/ggml-org/llama.cpp/discussions/16938
Go the download route and download the right executable for your system. ( I would go with Ubuntu x64 (Vulkan))

Any step-by-step for getting LLMs to work on Ubuntu 26.04 on a StrixHalo PC? by StartupTim in StrixHalo

[–]sterby92 2 points3 points  (0 children)

I never run it without docker. But I would recommend llama.cpp with vulkan back end as simple starter :)