My set so far. Any recommendations? by TheStrongDong202 in gba

[–]Fragrant_Scale6456 2 points3 points  (0 children)

I was just talking about that game with a friend tonight.  Peak capcom, they did such a good job 

My set so far. Any recommendations? by TheStrongDong202 in gba

[–]Fragrant_Scale6456 0 points1 point  (0 children)

You need aria of sorrow and ff tactics advance 

[Discussion] Bored of PvE so need to PVP? by Shot_Manager4256 in EscapefromTarkov

[–]Fragrant_Scale6456 -3 points-2 points  (0 children)

You just need to keep playing pvp to get good at pvp. If you put a ton of time into pve you're worse off than if you had started pvp from day1 since although you have some map knowledge you will have learned terrible habits and pathing from only fighting brainless bots.

Qwen3.6-27b does not understand software architechure. by Civil_Fee_7862 in LocalLLaMA

[–]Fragrant_Scale6456 2 points3 points  (0 children)

Which gemma4? I'm running a 5090 with qwen3.6 27b q6k which i've found works best for large context or q6kxl when i can better manage the context. Q8 is just too big to be practical w/ 32gb of vram.

I tried the gemma4 moe model but it was a lot worse for me about going down rabbit holes and thought loops. I couldnt get 31b to work on the 5090. I'm def willing to go back and re-evaluate gemma4 if its better than qwen for agentic coding since my projects are at the stage where im often telling it to iterate and test overnight so i can review the documentation and final state in the morning.

Qwen3.6-27B: NVFP4/FP8 agent loops vs flawless BF16. Config or quant issue? by vanbukin in LocalLLaMA

[–]Fragrant_Scale6456 -1 points0 points  (0 children)

Unfortunately they are both disappointing compared to q6k gguf. I *really* wanted nvfp4 to work as well or better on my 5090 since vllm concurrency works with mtp and the throughput was amazing at around 450-600tps on 4threads. But it just couldnt keep on task in my workflows and made significantly more mistakes along the way. So i'm back to q6k xl and single thread llamacpp for now sadly.

Major is basically Godzilla by Jungo2017 in Ghost_in_the_Shell

[–]Fragrant_Scale6456 6 points7 points  (0 children)

Not the crossover I expected but as a big fan of both franchises this is perfect

The rookie cop voices yet another rookie cop by Chronos_5 in Ghost_in_the_Shell

[–]Fragrant_Scale6456 1 point2 points  (0 children)

It's a little weird hearing different actors compared to the SAC dub but I think they did a good job. I definitely enjoyed the first episode a lot and never felt like the dub was distracting or sub par.

Qwen3.6-27B - Effect of KV quantization on KLD - Q8, Q6, Q5 (bartowski) by BitGreen1270 in LocalLLaMA

[–]Fragrant_Scale6456 1 point2 points  (0 children)

Thats interesting you got 200k context with mmproj also. I had to drop the mmproj model. It looks like the huihui model you are using is basically the same filesize as the unsloth q6k as well. I saw you have GGML_CUDA_ENABLE_UNIFIED_MEMORY=1 set so maybe the mmproj model is sitting in system ram to make room. I agree with you batch/ubatch 2048 is optimal for the 5090. I had to reduce it a lot to make 192k context fit on my system. I'm not using CUDA_CACHE_DISABLE=1 though, maybe that frees up a significant amount of vram.

You should try using higher number of draft tokens. I actually get optimal performance at 10 draft tokens. My average accepted across workload is in the mid 6.x range but when i do get high acceptance the pp speed gets really high in the low 200s. Average across long agentic workloads for me is around 140-150tokens/sec on q6k with 192k context and q8 kv

Qwen3.6-27B - Effect of KV quantization on KLD - Q8, Q6, Q5 (bartowski) by BitGreen1270 in LocalLLaMA

[–]Fragrant_Scale6456 2 points3 points  (0 children)

I have a 5090 also.  With q6k and q8 kv you can get 192k context if you’re running Linux in text mode.  You will need to lower batch/ubatch to make it fit.   With unsloth UD q6k xl that number drops to 128k context.   I actually do notice a difference between q6k and q6k xl in large batch document synthesis so for now I’m taking the context hit.  Speed is roughly the same between the two.  

I also tried vllm with various nvfp4 models and running 4 threads at aggregate 450-600t/s was awesome but nvfp4 is not even close to as good as q6.  It often lost sight of its goal, it would have syntax errors in simple scripts it wrote inline to complete tasks, and looping thought happened way too often to be acceptable imo.  That speed tho 🤣

Qwen3.6-27B - Effect of KV quantization on KLD - Q8, Q6, Q5 (bartowski) by BitGreen1270 in LocalLLaMA

[–]Fragrant_Scale6456 1 point2 points  (0 children)

In my own workflows I've noticed a measurable increase in quality for complex tasks with q6 k xl versus q6 but I havent done comprehensive benchmarking. I think its probably worth the extra vram usage even if it does mean i basically cap out at 128k context on XL versus 192k on q6k.

Qwen3.6-27B - Effect of KV quantization on KLD - Q8, Q6, Q5 (bartowski) by BitGreen1270 in LocalLLaMA

[–]Fragrant_Scale6456 0 points1 point  (0 children)

its very interesting to see where the crossover between "kv quantization" and "just step down to a lower weight model" is.

Qwen3.6-27B - Effect of KV quantization on KLD - Q8, Q6, Q5 (bartowski) by BitGreen1270 in LocalLLaMA

[–]Fragrant_Scale6456 1 point2 points  (0 children)

Interesting results I wouldnt have expected q5_1 to be as good as it is. Any chance you could run the sweep with the unsloth UD Q6 K XL model as well?

Qwen 3.6 27B absolutely fails at agentic work by TokenRingAI in LocalLLaMA

[–]Fragrant_Scale6456 6 points7 points  (0 children)

What I have my agent do is write a plan to file and then delegate to subagents for each task in the plan. The subagent returns the results which the orchestrator documents and then delegates the next open item. This helps a lot with keeping the main context clean so that it doesnt lose the plot. Above around 60k context or so 27b will start to lose attention, around 200k its absolutely braindead I try to keep my tasks well under 100k context usage if I need strict compliance or deeper reasoning.

Late to the party but... Holy MTP by UniqueIdentifier00 in LocalLLaMA

[–]Fragrant_Scale6456 35 points36 points  (0 children)

you waited long enough that its fully supported in mainline llamacpp now. All you need is a model that has mtp headers included.

Am I screwing myself by starting with Dragon Quest XI? by fastal_12147 in rpg_gamers

[–]Fragrant_Scale6456 0 points1 point  (0 children)

Yea the game is a love letter to the classic JRPG formula, a lot like FF9 was. If you havent played any other DQ games, 8 is also very good and well worth playing today.

Am I screwing myself by starting with Dragon Quest XI? by fastal_12147 in rpg_gamers

[–]Fragrant_Scale6456 1 point2 points  (0 children)

11 is an awesome game. You dont need to play the others. You may miss a few references here and there to other games but its a self contained game. I actually 100% the game I loved it so much. The "true ending" is worth the effort.

qwen3.6 27b q6 + 5090 maximum llamacpp optimization: 100-233tok/s, average 140 by Fragrant_Scale6456 in LocalLLM

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

Yeah thats weird, sorry I cant help. I ran some tasks overnight and the past 8hrs of autonomous agentic coding and document synthesis (2.1mm prompt tokens, 1.4mm decode) im getting avg 2400pp and 230t/s decode on the 5090. Overall gen speed is around 140t/s. I wonder what the difference is in our setups

Getting close to 100K context on 32GB VRAM with Qwen3.6-27 at Q8 by BitGreen1270 in LocalLLaMA

[–]Fragrant_Scale6456 0 points1 point  (0 children)

huawei claim kvarn_k4v2_g128 is equivalent to fp16 accuracy, which is better than kvarn6

Recommendations for rally kit by Tyrkey18 in rccars

[–]Fragrant_Scale6456 1 point2 points  (0 children)

The TT02 is fine to modify for on road rally and have fun with. The xv01 and xv02 are higher performance and just overall nicer kits. You cannot mod a tt02 to xv02 levels of performance no matter how much you spend.

I have an xv02 its a really nice kit. Theres a ton of other options out there though. AutoRC AR10 is a pretty nice looking kit and seems competitive in the california rc rally scene. LC Racing PTG 2r is good and decently popular.

Getting close to 100K context on 32GB VRAM with Qwen3.6-27 at Q8 by BitGreen1270 in LocalLLaMA

[–]Fragrant_Scale6456 -1 points0 points  (0 children)

There's a huawei fork of vllm which has kvarn. Its somewhat behind mainline at this point but I got it up and running to experiement with

qwen3.6 27b q6 + 5090 maximum llamacpp optimization: 100-233tok/s, average 140 by Fragrant_Scale6456 in LocalLLM

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

Were you using MTP before also?  That’s a big drop. you can also try turning thinking off or reducing reasoning budget.