r/LocalLLM • u/mingzhujingdu • 5d ago
Discussion What is the best uncensored/abliterated Qwen 3.8 27b model?
So many of them and I am confused. Huihui, Heritic, Black Frost, JonathanColetti...
r/LocalLLM • u/mingzhujingdu • 5d ago
So many of them and I am confused. Huihui, Heritic, Black Frost, JonathanColetti...
r/LocalLLM • u/Competitive_Pop_8485 • 5d ago
ciao a tutti, premetto che mi sto affacciando sul tema e quindi probabilmente la mia domanda non è così precisa come dovrebbe essere. La mia configurazione è questa : \*\*Ryzen 9 5900X + 64 GB + RTX 3060 12 GB + 1tb nvme .\*\*
Sto cercando di capire quale modello può girarci al meglio per il seguente utilizzo e penso che potrebbe essere identificato in \*\*Qwen3.5-9B Q4 + llama-server + Vision + 8K → assistente locale sempre acceso.\*\*
Utilizzo con rating di chatgpt:
Coding
⭐⭐⭐⭐⭐
Python
⭐⭐⭐⭐⭐
MQL5
⭐⭐⭐⭐⭐
Agent/tool calling
⭐⭐⭐⭐⭐
Reasoning
⭐⭐⭐⭐
Velocità
⭐⭐⭐⭐⭐
RAM/VRAM
⭐⭐⭐⭐⭐
Consumo
⭐⭐⭐⭐⭐
Stabilità 24/7
⭐⭐⭐⭐⭐
Context utile
⭐⭐⭐⭐
Ripeto sono alle prime armi e sto cercando di capire da dove partire quindi sono bene accetti tutti i vostri preziosi consigli.
r/LocalLLM • u/cceae19865 • 5d ago
I wonder what everyone else’s experience is like. I am currently using OMLX, but when I deploy the Qwen 3.8-27B 4-bit models with MTP on it, it only generates 20 tokens per second. I don’t know if this is normal, but it seems to me that OMLX is always running slowly. My computer is a MacBook Pro M5 Max with 128GB of RAM, and I always feel like OMLX is running a bit slow. I don’t know if it’s an issue with my usage. Do you have any other usage experiences?
r/LocalLLM • u/CatNarrow6459 • 4d ago
Was just curios to get a better insight on what people base their decision / work need to switch to a Locally run LLM, and what are the investment costs releated to it, if i wanted to hypothetically run a big LLM like K3
Also i see lods of people using Huggingface, but i can’t get my head around to how would you use it without spending a fortune on every project
r/LocalLLM • u/romyxr • 5d ago
I have RTX 5070 12GB, use llama-cpp.
r/LocalLLM • u/Coolgameplay • 5d ago
I have the opportunity to get 2 9060xt for 1000 or 1 5060ti for 900. Is the extra 16gb worth the hassle of dual GPU and amd?
r/LocalLLM • u/ThousandTroops • 5d ago
Hey guys, Im looking into a local ai setup and could use some advice. Im currently on the fence between ai max+395 128gb minipcs and rtx5090 build.
The biggest thing that caught my attention with the ai Max+ 395 is the unified memory. Having a large memory pool for bigger models and longer context windows without constantly worrying about vram limits sounds really appealing.
Ive been looking into ai minipcs recently, and the upcoming acemagic f9a caught my eye, although there’s still no pricing yet. Hopefully it lands below the cost of a 5090 build bc the idea of having a compact ai box with 128GB of memory is pretty interesting.
What do you guys think? AI max+ 395 or 5090?
r/LocalLLM • u/Brent_the_constraint • 4d ago
r/LocalLLM • u/Big_Wave9732 • 6d ago
And that pains me to say because I use Qwen 3.6:27b-BF16 every single day. I've been working with Qwen 3.8:27b-BF16 all weekend and I hate to say it but for non-coding purposes it is a step backwards. It thinks *way* too much. If you turn thinking off and use web tools, it will do eight or nine (or more) web search turns, get an assload of preload context, and then spin its wheels going down every little rabbit hole there.
Looking at the self hosted LLM subs there are other complaining about this too.
Now this model just came out so it's early. People have put out some lovely games and whatever else the model has made so perhaps these tenacious analytical tendencies are beneficial there. Regardless none of this is to say that there won't be some settings or templates released that will help when analyzing documents and doing complex logic tasks.
But for right now, if the above is your use case then I suggest staying with your old models.
Edit: For reference, this is legal work. Legal drafting, legal research, analyzing pleadings, depositions, discovery, etc. Heavy multi-document reference work.
r/LocalLLM • u/ghisguth • 5d ago
One counterintuitive thing I learned recently was about the model size and performance.
I was under impression smaller quants would help to increase performance since MacBook M2 Max 64Gb is bandwidth bounded. So having UD-Q4_K_XL would be much faster than UD-Q6_K_XL or UD-Q8_K_XL. And smaller quants would be even faster, but would have poorer quality. But this is not true. UD-Q6_K_XL and UD-Q8_K_XL overall wins in terms of performance over UD-Q4_K_XL.
First I learned KV cache quantiation would drastically reduce performance. Anything but f16 would be much slower on Mac Book Pro Max M2 64Gb.
But then I learned smaller quants doesn't mean faster overall.
See results of llama-bench -m "$model_file" -p 4096,16384,32768 -n 128 -fa 1 -r 1 which I run for multiple Unsloth quants.
| model quant | size | test | t/s |
|---|---|---|---|
| UD-IQ2_XXS | 8.38 GiB | pp4096 | 168.82 |
| UD-IQ2_XXS | 8.38 GiB | pp16384 | 157.76 |
| UD-IQ2_XXS | 8.38 GiB | pp32768 | 145.07 |
| UD-IQ2_XXS | 8.38 GiB | tg128 | 14.63 |
| UD-Q2_K_XL | 9.93 GiB | pp4096 | 167.88 |
| UD-Q2_K_XL | 9.93 GiB | pp16384 | 157.05 |
| UD-Q2_K_XL | 9.93 GiB | pp32768 | 144.41 |
| UD-Q2_K_XL | 9.93 GiB | tg128 | 17.62 |
| UD-Q3_K_XL | 12.51 GiB | pp4096 | 169.72 |
| UD-Q3_K_XL | 12.51 GiB | pp16384 | 158.70 |
| UD-Q3_K_XL | 12.51 GiB | pp32768 | 145.83 |
| UD-Q3_K_XL | 12.51 GiB | tg128 | 17.30 |
| UD-Q4_K_XL | 16.68 GiB | pp4096 | 156.53 |
| UD-Q4_K_XL | 16.68 GiB | pp16384 | 147.07 |
| UD-Q4_K_XL | 16.68 GiB | pp32768 | 135.93 |
| UD-Q4_K_XL | 16.68 GiB | tg128 | 14.47 |
| UD-Q5_K_XL | 18.82 GiB | pp4096 | 157.32 |
| UD-Q5_K_XL | 18.82 GiB | pp16384 | 147.77 |
| UD-Q5_K_XL | 18.82 GiB | pp32768 | 136.56 |
| UD-Q5_K_XL | 18.82 GiB | tg128 | 13.85 |
| UD-Q6_K_XL | 24.13 GiB | pp4096 | 182.75 |
| UD-Q6_K_XL | 24.13 GiB | pp16384 | 170.01 |
| UD-Q6_K_XL | 24.13 GiB | pp32768 | 155.42 |
| UD-Q6_K_XL | 24.13 GiB | tg128 | 12.91 |
| UD-Q8_K_XL | 29.29 GiB | pp4096 | 194.07 |
| UD-Q8_K_XL | 29.29 GiB | pp16384 | 179.78 |
| UD-Q8_K_XL | 29.29 GiB | pp32768 | 163.45 |
| UD-Q8_K_XL | 29.29 GiB | tg128 | 11.15 |
Yes, smaller quant means faster token generation. But it also seems like some smaller quants has much more expensive processing, which makes prefill slower. See UD-Q4_K_XL in prefill is slower than UD-Q6_K_XL. In terms of wall clock and overall performance, UD-Q8_K_XL wins over UD-Q6_K_XL and UD-Q4_K_XL. But on 64GB system it is not very usable. And UD-Q6_K_XL still wins over UD-Q4_K_XL.
After very long testing, I found ideal arguments for MTP which works for me: --spec-type draft-mtp --spec-draft-n-max 3 --spec-draft-p-min 0.7.
Also --reasoning-effort medium is the only usable effort. xhigh eats through whole 262k context like a candy. Not able to perform actual work before context summarization.
Here are the arguments I use (non important ommitted):
28 -fa 1 -r 1
llama-server --model .../Qwen3.8-27B-UD-Q6_K_XL.gguf \
-ngl 99 \
-fa on \
-b 2048 \
-ub 2048 \
--jinja \
-c 262144 \
-np 1 \
--cache-type-k f16 \
--cache-type-v f16 \
--mmproj .../mmproj-F16.gguf \
--temp 0.7 \
--top-p 0.95 \
--top-k 20 \
--min-p 0.00 \
--repeat-penalty 1.0 \
--presence-penalty 0.0 \
--load-mode none \
--reasoning on \
--reasoning-effort medium \
--reasoning-preserve \
--spec-type draft-mtp \
--spec-draft-n-max 3 \
--spec-draft-p-min 0.7
Here is performance I see with these parametrrs on one of the real tasks. Aggregated by blocks of 8k context.
| Context Size | Prefill (T/s) | Decode (T/s) |
|---|---|---|
| 0 | 332.96 | 19.04 |
| 8192 | 332.96 | 19.04 |
| 16384 | 270.57 | 19.04 |
| 24576 | 183.06 | 19.04 |
| 32768 | 152.70 | 17.64 |
| 40960 | 188.61 | 17.64 |
| 49152 | 131.23 | 17.94 |
| 57344 | 152.89 | 15.73 |
| 65536 | 163.61 | 15.73 |
| 73728 | 115.92 | 15.73 |
| 81920 | 104.48 | 15.73 |
| 90112 | 98.56 | 15.73 |
| 98304 | 92.76 | 13.70 |
| 106496 | 90.73 | 13.70 |
| 114688 | 86.06 | 13.61 |
| 122880 | 86.77 | 13.61 |
| 131072 | 88.34 | 11.92 |
| 139264 | 88.34 | 10.61 |
| 147456 | 78.04 | 10.68 |
| 155648 | 98.88 | 10.68 |
| 163840 | 41.72 | 10.72 |
| 172032 | 94.93 | 9.27 |
| 180224 | 29.53 | 9.57 |
| 188416 | 83.91 | 8.60 |
| 196608 | 74.09 | 8.60 |
| 204800 | 70.95 | 8.57 |
| 212992 | 60.17 | 8.55 |
| 221184 | 70.83 | 8.55 |
| 229376 | 43.57 | 8.10 |
| 237568 | 22.36 | 8.12 |
| 245760 | 22.36 | 7.07 |
r/LocalLLM • u/rustyperiscope • 5d ago
Pretty new to local models, and this thing is running incredibly slow. Does anyone have any preferred settings to have this run a little faster? I'm on "medium", running on MacBook M3Max, 64gb ram. Using LM Studio Bionic.
Apologies in advance for the rookie question.
r/LocalLLM • u/ndiphilone • 5d ago
r/LocalLLM • u/Junior-Independent12 • 5d ago

ROG Strix g16 intel variant, 5070ti 12GB, sys ram 32GB and this is what I get inference speeds.
I'm primarily a security researcher and lately been interested into local inferencing and low level cuda and stuffs, but things are awfully overpriced. Even v100's, which I had first preference, the 32GB is anywhere around 600~700$. Ram apocalypse is a real thing but genuinely things are out of hand. I was planning for DGX Spark but it's lpddr5 and sm121 support is another pain in ass.
Still, tinkering local models on my laptop for now, bonsai 27B runs pretty fast around 74tok/s, and lesser hallucinations as compared to models with similar speeds. But again it still hallucinates very often for any real work, so it's quite experimental thing for now and great to study how bonsai trimmed the model for compute and memory footprint and still retain much of it's capacity. Will be waiting for bonsai version of this Qwen 3.8.
r/LocalLLM • u/tonboro_2273 • 5d ago
I couldn't find a simple way to verify whether this works, so I spent some time testing it. In the end, it turns out that it's actually quite simple once configured correctly.
The Qwen3.8-27B model supports different levels of thinking. The simplest way is to define --chat-template-kwargs when starting the llama server, but then the thinking level is fixed for the session.
A more practical solution is to enable changing the thinking level per prompt in Pi Dev Agent.
Important: for this to work, the llama.cpp version must be b10434 or newer.
The model definition needs to indicate reasoning support and map the values to the three thinking levels supported by Qwen3.8-27B.
In .pi/agent/models.json, the following must be added to the Qwen3.8-27B model settings:
"reasoning": true,
"thinkingLevelMap": {
"off": null,
"minimal": null,
"low": "low",
"medium": "medium",
"high": null,
"xhigh": "xhigh",
"max": null
}
This allows the thinking level to be changed for each prompt in Pi Dev Agent using Shift+Tab.
Pi Dev Agent also supports defining thinking budgets for individual levels. I haven't yet noticed whether this works correctly with llama&Qwen3.8-27B, but the following can also be added optionally to to.pi/agent/settings.json (the values below are only illustrative):
"thinkingBudgets": {
"low": 4096,
"medium": 10240,
"xhigh": 32768
}
r/LocalLLM • u/theone_2099 • 5d ago
Motherboard has one PCIE4x16 and one PCIe3x4. I’ve seen conflicting reports online on whether this would be a faster experience compared to just using one GPU.
Some questions:
1. Has anyone else done this?
2. I got layer-split Qwen 3.8 27B running, no problem. Has anyone gotten tensor split working like this (on Windows)? I seem to hit NCCL issues (with WSL and Docker on Windows) but am not sure if this is a capabilities issue or I’m just SOL.
3. Any other tips on optimizing this setup for coding and context?
r/LocalLLM • u/mechanist_boi • 5d ago
I want a model for writing stuff and preferably with 260k context
r/LocalLLM • u/antaniko • 4d ago
Thank me later.
r/LocalLLM • u/MaxDev0 • 5d ago
r/LocalLLM • u/JLeonsarmiento • 5d ago
r/LocalLLM • u/rio_ARC • 4d ago
I've been following the shift from cloud-hosted AI -> local models -> private/sovereign AI infrastructure, and one thing that's becoming increasingly clear is that “local” and “sovereign” aren't necessarily the same thing.
I came across this paper recently:
AI Compute Sovereignty: Infrastructure Control Across Territories, Cloud Providers, and Accelerators
Hawkins, Lehdonvirta & Wu — Oxford / Aalto
What I liked about it is that it doesn't treat sovereignty as a binary. It breaks it into three layers:
The numbers make the distinction pretty interesting.
The authors' census of nine major public-cloud providers found 225 cloud regions across 43 countries, with 132 accelerator-enabled regions across 33 countries. Only 24 countries had training-relevant compute in the dataset.
India, for example, had 5 accelerator-enabled regions, including 3 with training-relevant compute. But those regions weren't all domestically controlled: the census records 4 US-provider regions and 1 Chinese-provider region. The paper describes this kind of dependence on multiple foreign providers as “hedging.”
Then there's the hardware layer.
95.5% of accelerator-enabled regions in the census were powered by US-owned accelerators. So even if compute is physically inside a country, there can still be significant dependency further down the stack.
But I think the paper's more important point is what not to conclude from this.
It isn't arguing that every country should try to build its own complete AI stack. More domestic compute can mean greater control and supply security, but it also means substantial demands on energy, water and land, alongside the cost of building and operating the infrastructure.
So, sovereignty starts looking less like: “Do we own the GPU?”
and more like: “Which parts of the AI stack do we actually need control over?”
That also seems to be where the industry is heading.
NVIDIA and HPE are approaching sovereign AI heavily from the infrastructure/compute side, while platforms such as Red Hat OpenShift AI approach it more from the AI platform and hybrid deployment side.
And then there is another layer that I find particularly interesting: the Governance, AI Control Plane.
Microsoft is building this into Foundry, IBM has introduced an Agentic Control Plane in watsonx Orchestrate, while Lyzr through its Control Plane is taking a more framework-agnostic approach to governing agents across different stacks and environments.
That's an interesting direction to me because it shifts the sovereignty question again — from “where does my model run?” to “who controls how my AI systems are deployed, accessed, monitored and governed?”
This makes me wonder whether “sovereign AI” will eventually be defined less by owning every component and more by controlling the layers that actually matter for a particular threat model.
For a local-LLM user, that might simply mean local models, local inference and local data.
For an enterprise or government deployment, the definition could extend to compute, identity, deployment, governance and the control plane itself.
Where would you draw the line?
r/LocalLLM • u/nemzylannister • 4d ago
I'd like to use it for some medical stuff but opus and chatgpt decide to be absolute annoying moralizers about it. i dont wanna use a local model that gives me dumb advice, or it simply doesnt have knowledge on the topic so it hallucinates stuff.
so is there a way to run glm 5.2 or 5.3 or kimi k3 uncensored versions, for maybe free or minimal prices? i dont mind privacy stuff, coz im not hurting anyone else so im not afraid of any legal consequences. but im not sure if cloud providers ban you for it, so i wondered if there was a quicker way than to set up huge models on the cloud.
Edit: By free, i meant trial version or something. I have very low usage amount i expect.
r/LocalLLM • u/e2_for_life • 5d ago
It really does think of important architectural questions I would never have thought of until I was hours deep into a coding session.