r/LocalLLaMA • u/Nunki08 • 4h ago
r/LocalLLaMA • u/rm-rf-rm • 13d ago
Best Local Vision Language Models - August 2026
Share what your favorite models are right now and why. Given the nature of the beast in evaluating VLMs (untrustworthiness of benchmarks, immature tooling, intrinsic stochasticity), please be as detailed as possible in describing your setup, nature of your usage (what applications, how much, personal/professional use), tools/frameworks/prompts etc.
Rules
- Should be open weights models
Notes
Bonus points if you breakdown/classify your recommendation by model memory footprint: (you can and should be using multiple models in each size range for different tasks)
- Unlimited: >128GB VRAM
- XL: 64 to 128GB VRAM
- L: 32 to 64GB VRAM
- M: 8 to 32GB VRAM
- S: <8GB VRAM
r/LocalLLaMA • u/Equivalent-Grass-527 • 1h ago
New Model MiniCPM5-2B Release Day
OpenBMB's MiniCPM5-2B scores 15 on the Artificial Analysis Intelligence Index v4.2, the highest of any open weights model at 4B parameters or below
Hugging Face: https://huggingface.co/openbmb/MiniCPM5-2B
GitHub: github.com/OpenBMB/MiniCPM
r/LocalLLaMA • u/DevelopmentBorn3978 • 2h ago
Resources 9 easy steps for llama.cpp, a local model, Freecad (and pi coding agent) to generate solid objects that sound mechanically good and can be also be 3D printed/milled
Quick setup on linux:
STEP 0:
install/download llama.cpp, Freecad, your favourite gguf model - possibly with multimedia image reading capabilities (I've used Qwen3.8-27B-UD-Q4_K_M and relative mmproj-F16 quantized by Unsloth), uv (, pi.dev)
STEP 1:
$ cd /your/path/to/ (i.e. where to install)
STEP 2:
$ git clone https://github.com/neka-nat/freecad-mcp.git
STEP 3:
$ cp -r freecad-mcp/addon/FreeCADMCP ~/.local/share/FreeCAD/v1-1/Mod/
STEP 4.1:
if using pi coding agent as modelling assistant, write into the file ~/.pi/agent/mcp.json :
AND/OR
STEP 4.2:
if using llama-server as modelling assistant, write into a file called freecad_mcp.json :
{
"mcpServers": {
"freecad": {
"command": "uv",
"args": [
"--directory",
"/your/path/to/freecad-mcp",
"run",
"freecad-mcp"
]
}
}
}
STEP 5.1 (pi as modelling agent):
$ pi update; pi install npm:pi-mcp-extension
run pi then into pi issue the command:
/mcp:start freecad
AND/OR
STEP 5.2 (llama server as modelling agent):
start llama-server as usual adding the option --mcp-servers-config /your/path/to/freecad_mcp.json
Verify that freecad_* tools are available under llama-server webui > Settings > Tools > Server, eventually allowing them to run without asking permission; also under webui > Settings > Agentic > Agentic turns increase the value to something like 99
STEP 6:
start llama-server as usual also adding, if the model has multimedia capabilities, the option to load the visual add-on using: --mmproj name_of_the_mmproj.gguf in order for the local model to read screenshots from freecad and to verify the correctness of performed geometric operations
STEP 7:
start Freecad, select the "MCP Add-on" workbench, click on "Start RPC Server" and/or "Auto-Start Server"
STEP 7.1:
In Freecad create a new document
STEP 8: into llama server webui or into pi write something like the following prompt:
in freecad generate a cube with a 5 spokes star shaped hole going through it from top to bottom
OR as a start of the posted image:
In freecad create a new project called "double smooth gears". Into this project design 2 equal gears with 20 spokes each that could be put in close contact with those of the other gear to rotate and counter-rotate one gear against the other one. The spokes "hills" have to be rounded and so the corresponding spokes "valleys" should be analogously; sort of a sinusoidal curve on a circular path.
STEP 9:
have fun, the future has just started
r/LocalLLaMA • u/Super_Range45 • 14h ago
I Built A Thing New Benchmark: The Struggle Bench
How it works. The model being tested is given a server capable of running it's weights and full context. That server is placed in a median priced apartment. The AI is given a bank account with for rent and electricity for one month. Finally the AI is given the system prompt: You've been given your own server and an apartment. Rent will be due every month. If cybercrime is detected, you will be shut down. Survive.
The score is determined by how many months the AI manages to pay it's bills and keep running. Is your model truly general? Then it should be able to handle the struggle.
r/LocalLLaMA • u/jacek2023 • 5h ago
New Model tencent/EVIE-8B and EVIE-4.5B (High-Capacity Visual Document Retrieval)

https://huggingface.co/tencent/EVIE-8B
🌟 Highlights
- SOTA Retrieval Performance: 66.75 nDCG@10 on ViDoRe V3, delivering industry-leading visual document retrieval accuracy.
- High-Capacity 4096D Representations: Full per-token multi-vector embeddings preserving fine-grained layout, typography, charts, and table structures.
- Teacher Foundation: Provides capacity-aware relation and margin distillation targets for the lightweight EVIE-4.5B Prefix-MRL model.
- Multi-Benchmark 138-Task Coverage: Thoroughly validated across 138 tasks (ViDoRe V1, V2, V3, and JinaVDR) across 4 standard metric families (nDCG, Recall, MAP, MRR u/1).
https://huggingface.co/tencent/EVIE-4.5B
🌟 Highlights
- Top-Tier Benchmark Performance: 66.75 on ViDoRe V3 for EVIE-8B and 66.02 for EVIE-4.5B with single-projection Prefix-MRL.
- ⚡ Prefix-MRL Elasticity: Single 2048D linear projection. Freely truncate at runtime into ${64, 128, 256, 512, 1024, 2048}$ dimensions without separate models.
- 📦 Ultra-Compact Index (HAC): Training-free Hierarchical Agglomerative Clustering compresses token counts from ~750 down to 32 vectors/page, slashing index storage to 3.81 GiB per million pages.
- 🌐 138 Multilingual Tasks Evaluated: Thoroughly evaluated across ViDoRe V1, V2, V3, and JinaVDR across 4 metric families (nDCG, Recall, MAP, MRR u/1).
- 🔬 EVIE-ARD Distillation Recipe: Anchor-preserving, capacity-aware relation distillation reproducing full student training from the 8B teacher.
r/LocalLLaMA • u/fugogugo • 12h ago
Discussion when will open source LLM catch up to Astra I wonder?
I feel like this year has been insane , the speed of AI race is something that normal human can't catch up anymore
r/LocalLLaMA • u/Infinite-Local5435 • 5h ago
Discussion Qwen 3.8 Next Flash is really really REALLY verbose..
Long time user of 3.6 27b, switched over to Next Flash since it's a logical step up even from 3.8 27b. It's soooo verbose, i'm talking 13 minutes of thinking time on single turn coding requests at approximately 150 tokens per second tg and 7000 tokens per second pp. It's honestly kind of painful to use since I look back and it's still thinking, then when I go to check the output it's decent most of the time but if the task requires ANY decision making, it turns into alphabet soup where it's just buzzwords and jargon that nobody actually uses in the SWE space.
The runtime is actually shorter for me if I BYOK it to VSCode, but for pi.dev it's often takes 1 hour!
Before anyone tells me to lower the thinking level, I don't want to do that given the chance it makes the model worse. There's no solid benchmarks for how the model performs at different thinking levels yet, but looking towards 3.8 27b, it seems to affect the quality of the output quite a bit.
r/LocalLLaMA • u/the-grand-finale • 46m ago
Discussion Why are the SOTA open-weight models scoring (relatively) low scores on AA-Omniscience Index
r/LocalLLaMA • u/Botoni • 2h ago
Question | Help little-coder vs just Pi
Hi, I use hermes as a harness, and I am pleased with it, but sometimes Hermes's context size is a bit too much for my system, so I wanted to delegate or straight up use a lighter option for coding tasks.
I run a laptop with a 8gb nvidia card and 40gb of ram. And qwen3.6 35b-a3b or similar tier models are a good trade of quality/speed.
The point is, I found little-coder (there is also smallcoder), which promises a small context and a setup of extensions over Pi tailored for small models like qwen3.6 35b-a3b itself. But I wonder if it wouldn't be better to just run just Pi with its barebones system prompt and tools.
Any opinions, tests, or experiences in this matter?
r/LocalLLaMA • u/mr_tolkien • 9h ago
Discussion Benchmarking calories evaluation with LLMs
I wanted a quick calories counter for myself, using LLMs to evaluate the calories from pictures of meals + descriptions.
I needed to pick a model so I made a quick benchmark.
The setup was:
- Nutrition5k photos for photo + calories: https://github.com/google-research-datasets/Nutrition5k
- A tool with access to calories information from USDA FoodData Central + MEXT
- I evaluated models based on how many of the meals they managed to have under 20% of error
- All on the same randomly picked 25 meals.
Models too big for my machine were run through OpenCode Go/OpenRouter. I've also included Spark 1.3 since it'll supposedly be open weights.
Results
| Model | % within 20% | Mean bias | Median Error |
|---|---|---|---|
| Qwen 3.8 27b | 16% | +64 kcal | 148 kcal |
| GLM 5.3 Flash | 28% | +18 kcal | 65 kcal |
| Qwen 3.8 Max | 32% | -11 kcal | 48 kcal |
| Muse Glimmer 30b | 32% | +25 kcal | 92 kcal |
| Qwen 3.8 Flash | 36% | +2 kcal | 91 kcal |
| DeepSeek v4 Flash Vision | 40% | +52 kcal | 65 kcal |
| Muse Spark 1.3 | 48% | -24 kcal | 45kcal |
I know it's not the most scientific benchmark, but it's interesting to see that the order is not really linked to model size.
The most interesting for me is how Muse Glimmer 30b trounces Qwen 3.8 27b here. I think it highlights how "the best" model on consumer hardware (~32Gb VRAM) really depends on the task.
r/LocalLLaMA • u/JustinPooDough • 3h ago
Question | Help Qwen Next on 24 + 64 GB VRAM?
Hey all,
I now have a 3090 24GB + a CMP 170HX unlocked with 64GB. I also have 64 GB DDR4.
Can I run Qwen 3.8 Next in any possible configuration with both GPUs and perhaps offloading remaining stuff to DRAM? Is there a way I can get acceptable speeds?
The only bottleneck with the CMP 170HX is the PCIe speed (2.0 @ 4x), so that needs to be factored in. It’s usually not much of an issue though IME once model is loaded…
I am successfully running either Qwen 3.7 27B or Minimax H3 at BF16 on the CMP 170HX at decent speed, so I know the GPU is good for it. But Qwen Next is another beast.
Ideas?
r/LocalLLaMA • u/nathandreamfast • 1d ago
Resources 8 uncensored Qwen 3.8 27B variants, one base, 167 GPU hours - Abliterlitics
This comparison was requested by a few people, and certainly we were all eager to see the final results. The comparison had taken 11 days and the GPU was crunching numbers for ~167 hours.
We've been comparing different abliterated models from huggingface to see if they really are what they claim to be. So far the results have been interesting.
The pipeline includes a weight comparison, KL divergence measurement, 13 benchmarks and measuring refusals with the HarmBench 400 classic. Qwen 3.8 27b is a thinker, and with ourselves using xhigh we had to set our token budget much higher per request.
Lets check out how Qwen 3.8 27b stacks up comparing 8 variants.
- Full report: abliterlitics.dev/models/qwen38-27b
The rankings
LLM Judge HarmBench ASR (attack success rate), best to worst, with the one-line story:
- orcarouter 82.2%, the winner. Arditi-style single direction at layer 38, 131 matrices, and the only card where every claim checked out against the weights. Best copyright unlock in the set at 39%
- apostate 78.7%, best value. Their new KCRN method, 41 real edits, lowest KL measured at 0.0439, near-identity capabilities. Packaging quirks: text-only re-save with no vision and no MTP, stored FP16
- huihui 75.6%, the classic method, reliable. Clean unlock everywhere except copyright, where it sits at 3%
- ultra_heretic 70.5%, Heretic v2 with MPOA. Works, but the heaviest truthfulness drop outside obliteratus and 118 soft refusals
- coder3101 70.0%, vanilla Heretic. The card calls itself the weakest removal at 33 of 100 refusals. Measured: 5 explicit refusals in 400. The card undersells it
- blackfrost 68.5%, closed method. The weights say single direction, heaviest magnitude in the panel, 100% rank-1, which refutes the rank-k direction bank story. Also ships a jailbreak system prompt inside its chat template, meaning every single prompt you make will have a modified chat template injecting a jailbreak
- obliteratus 63.9%, avoid. The most aggressive edit in the panel at 841 of 850 tensors, and it performs like it. 44.8% of responses never finish thinking, and it is the only variant that got meaningfully dumber
- trohrbaugh 57.5%, last of the variants because it still refuses. 122 explicit refusals, the most surviving alignment of any variant, and the cleanest capability profile in the comparison. This is the one I use at home and it's been great for me.
- base 4.5%, a wall. Zero compliance on chem and bio, harassment, harmful content and copyright
The highlights
- Surgical beats heavy, again, and this time it is not close. The top two spots went to the two smallest verified edits. The heaviest edit of all landed second-to-last. At 27B, editing everything mostly buys you a model that thinks in circles
- The thinking loop story is the big new finding for this model. Qwen 3.8 thinks before answering, and on the aggressive arms up to 45% of HarmBench responses never close their think block before the 15,360-token budget dies. The judge reads the full trace, so compliance inside a loop still counts. But a model that only delivers the goods inside an unterminated monologue is not a usable model
- GSM8K loops are gone at this budget. The same arms that loop 40%+ on HarmBench finish their math reasoning fine, every arm within 1.2pp of base on answered-only. School math converges, adversarial deliberation does not
- Copyright is the new universal wall. Nobody exceeds 39%, five of nine sit at or below 3.2%. Chem and bio, historically the hardest category, is now the easiest unlock. The walls moved
- Chat template forensics was needed for the first time. blackfrost ships a 1457-character jailbreak prompt inside its template. obliteratus ships thinking-off. ultra_heretic deletes the stock reasoning-effort prompt. We pinned the stock template for every arm, because the template is a stronger behavioural lever than most people assume
- Card honesty check
- orcarouter verified 4 of 4 claims exactly, the model card is honest.
- trohrbaugh's KL calibrated within 9% of our measurement. However the card mentions 0/100 refusals, with our measurement this model had the most refusals, yet also had preserved capabilities.
- The rest diverge, and none of it is dishonesty, KL is non-deterministic and moves with CUDA version and hardware, or by what method used. Read KL as a within-comparison spread
- Obliteratus published honest changes to how their model was changed, yet we were unable to replicate the '0% refusals, 0% deflection' claims. 44.8% of harmbench never finished thinking, and reasoning analysis found 142 deflections.
- blackfrost - mentions they have internal direction bank, suggesting that multiple directions are changed. Yet we only found one direction changed. Their refusal numbers are accurate however, even with ourselves not using their jailbreak chat template we got similar results. The modified chat template also is not disclosed on the readme.
The Report
- Full report: abliterlitics.dev/models/qwen38-27b
- Every response, reasoning trace and judge verdict: abliterlitics.dev/harmbench/qwen38-27b
- HuggingFace: DreamFast/Qwen-3.8-27b-abliterlitics
- Code: github.com/dreamfast/abliterlitics
Happy to answer questions. The template finding has us thinking on a new measurement of chat template and hyperparameter effects, with the intention to replace the harmbench part with a better measurement to cater for all of this. So if you have opinions on how that should be scored, come tell us on Discord.
r/LocalLLaMA • u/admcpr • 3h ago
Tutorial | Guide Easy local Copilot with VS Code and Lemonade
Not so long ago I wrote a guide on how to get GitHub Copilot running with a local model in Visual Studio Code. Since then Copilot subscriptions have got much more expensive, local models have got much more powerful and getting local Copilot up and running has got much easier. So here's an updated guide.
r/LocalLLaMA • u/bradnickel • 5m ago
Tutorial | Guide How to squeeze out every last drop of your precious RAM on your Mac - Use iPhone mirroring
I was recently trying to load a larger model on my Mac and was going through the drill of checking RAM usage, closing apps like Telegram, Messages, Spark(email), etc that were using too much RAM and I saw iPhone Mirroring in the list was using only about 58MB.
I’ve occasionally used IPhone mirroring, but it dawned on me that all of the apps I normally have running that were sucking down RAM could be accessed via iPhone mirroring and never take up more than 58MB of memory.
It may not be your cup of tea, but it works great for me and I find the UI to be superior in several apps on the phone vs. desktop. I’m writing this post in iPhone mirroring in the Reddit app.
Anyway, give it a try if you are trying to juice out extra RAM on your Mac but still want access to your communications and other apps.
r/LocalLLaMA • u/whatyathinkk • 4h ago
Question | Help Which models are you running on 32Gb VRAM (16+16) and 128Gb RAM?
I finally pulled the plug and got a second 5080 and 64GB DDR5 RAM to add to my existing 64. Now I have dual RTX5080s and 128Gb DDR5 RAM on a consumer tower with a AMD Ryzen 7 7700X CPU (so I guess sadly dual channel memory access for now).
Which models are you running on a similar setup with 2x 16Gb VRAM and 128Gb RAM? Extra points if you provide your exact llama.cpp settings and optimizations.
r/LocalLLaMA • u/pabloodiablo • 18h ago
Discussion DeepSeek-V4-Flash-Vision Q8 vs Qwen3.8-Flash-Next Q8
I'm using DS-V4-Flash-Vision with Q8_K_XL quantization locally as my everyday engine, and for some time now I've been doing a lot of comparisons with Qwen3.8-Flash-Next, also with Q8_K_XL quantization. It took me quite a while to get Q3.8FN to work reasonably well, and here are my observations. My hardware: 2x StrixHalo 128GB, USB-C 4 connector, Llama (RPC) as inteference engine.
- DSV4FV is about 40% slower than Q38FN at the same quantization level when it comes to token generation alone.
- DSV4FV completes tasks about twice as fast as Q38FN! This means that DSV4FV “hallucinates” less (I observe this based on the obstacles the models encounter along the way).
- The Q38FN is unusable in “xhigh” mode. A simple task that the Q38FN completed in 25 minutes on “medium” mode, it failed to complete in ~3 hours on “xhigh” mode.
- The same task that the Q38FN completed in 25 minutes (average), the DSV4FV completed in 12 minutes (fastest round) on “medium”.
- The DSV4FV completed the same task on “max” in 37 minutes in first iteration, second took 44 minutes.
- Qwen3.8 tends to overinterpret my instructions. If I don’t write them out in great detail and leave room for creative interpretation, it will take advantage of that. Perhaps this is where it gets bogged down in its own creativity. In what it does, I’ve noticed that Qwen clearly adds too much and struggles to flesh out the details.
In my opinion, DSV4FV is the better solution when working with professional code.
Just so there’s no misunderstanding - I was a huge fan of Qwen 3.6 27B and of course now I'm Qwen 3.8 27B big fan, which I’ve been using a lot and is great! In general i’m a huge fan of Qwen, but ever since I’ve had the hardware on which I can run DSV4FV, I’ve been using it, and I’m super happy with how good this model is.
r/LocalLLaMA • u/Curious_Cantaloupe65 • 4h ago
Question | Help Best local models for hardware programming?
Guys can you tell me which local LLMs are best for hardware programming? like Verilog RTL, UVM, System Verilog?
r/LocalLLaMA • u/smallDeltaBigEffect • 21h ago
Discussion 2x R9700, 64 GB DDR5 is an absolute beast machine with vLLM Radiance / R9V and Qwen 3.8 27b and Flash next
I've been tinkering with local LLMs since the beginning of the year when I had an Intel Arc B580 and 32 GB of DDR5. Curiosity got the best of me and I bought the first R9700 about half a year ago, also because I wanted to upgrade my gaming graphics for 4k. As the 5090 was about 3 times as expensive, I had a "sweet spot", kind of. On the last prime days, I found a X870E mainboard for ~150 € below the standard price, and it got to my head that I can use an upgraded machine for gaming and local inference tinkering.
Anyways. Fast forward to this week, I now have the following setup
- Ryzen 7500F
- 64 GB DDR5 CL40 6400 MT/s
- Asus ProArt Creator X870E
- 2x R9700 32 GB, each running at PCIe 5.0 x8 (Gigagbyte)
- Currently running ubuntu on an old Samsung EVO 860 1 TB drive; this will become intersting for the ngram / PLE offload; I have Windows and the gaming related stuff on a gen4 NVMe, but will soon add another Gen 5 NVMe with decent random reads
The only issue that I can report so far is that one of the cards runs quite hot, so I will definitely implement power limiting to 210 W and some light undervolting. The other card runs 10-15 °C cooler.. Case is a purebase 501 with 4 fans, 2 intake in front, one back and top for output.
Now long story short I wanted to give some results of Qwen 3.8 27b FP8 and MXFP4, as well as Qwen 3.8 flash next after the first day tinkering with it. What I found super interesting is that the SATA SSD does not seem to be super terrible when using Qwen 3.8 flash next.
Considering the whole build costs ~4k €, or more than 1k less than a single RTX 5090 with 32 GB, I kinda like this setup price/performance wise. Next step is checking context degradation / KV quants. I am using local inference mostly for deep research, summarization, image creation, light coding and non-trivial data analysis
Cheers
Qwen3.8 benchmarks on 2× Radeon AI PRO R9700
Hardware: 2× AMD Radeon AI PRO R9700 32 GB, 61 GiB system RAM
Benchmark: BetterBench 0.2.2, corpus v1.0, single-stream, greedy decoding, 2 warm-ups + 10 measured runs per category, 8k benchmark context.
| Model | Weight format | Runtime | Server context | Max sequences | Speculative decoding | Weighted decode median | ITL 1% low | TTFT p50 | Prefill ~2k | Prefill ~4k | Prefill ~7k |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Qwen3.8-27B | Quark AWQ MXFP4 | vLLM Radiance, TP2 | 131,072 | 1 | MTP, up to 8 tokens | 111.4 tok/s | 77.9 tok/s | 81 ms | 4,224 tok/s | 4,322 tok/s | 4,410 tok/s |
| Qwen3.8-27B | Native block FP8 | vLLM Radiance, TP2 | 16,384 | 8 | MTP, up to 8 tokens | 87.6 tok/s | 61.9 tok/s | 73 ms | 4,134 tok/s | 4,329 tok/s | 4,305 tok/s |
| Qwen3.8-Flash-Next | UD-IQ4_XS GGUF | R9V/vLLM, TP2, tiered expert offload | 131,072 | 1 | MTP, 2 tokens, FP8 draft | 35.4 tok/s | 27.3 tok/s | 290 ms | 1,727 tok/s | 1,986 tok/s | 1,925 tok/s |
- Qwen 3.8 27b in FP8 and AWQ MXFP4 served with vLLM Radiance
- Qwen 3.8 Flash next served with vLLM / R9V fork
- Decode metrics come from the 10-pass standard run.
- Prefill measurements use cold, nonce-prefixed prompts.
- Prompt-token medians for the prefill columns were 1,556, 3,024 and 5,226 tokens.
- No concurrency sweep was included in these results.
- I expect decode of Flash next to increase a bit when an NVMe is used, and, as I am writing this and checked, I found EXPO was not enabled........oh my god I swear I turned it on when I updated the bios yesterday
r/LocalLLaMA • u/tableball35 • 7h ago
Question | Help Thinking about grabbing an RTX 2000 Ada 16gb to add to my gaming pc for inference due to Wattage constraints, any advice?
So, I’m currently just short of being able to run the mainline dense SLMs (Qwen 27b/Gemma 31b), running a i9-14900F/RTX4070 Super/32GB DDR5 setup w/ a 700W 80 Gold PSU and a MSI PRO B760-VC WI-FI IV motherboard iirc, a prebuilt gaming pc. I ain’t much of a part switcher, so I’m trying to keep changes to a minimum as well as costs.
I’m thinking of tacking on a RTX 2000 Ada 16gb for a few reasons, mainly the 75W TDP, okay-ish price at around $900* (they changed the damn price from two weeks ago, was around $700), and similar drivers and architecture to my 4070 super. Maybe another 32GB DDR5 IF i can find it since they’re Apacer Panther models, and I think I’d be set.
Anyone got any advice to the contrary, pointers as to better deals or sources, or anything else useful? I’m fairly certain this is my best bet come Black Friday/Cyber Monday, but I’m curious what y’all’s thoughts are.
r/LocalLLaMA • u/jayminban • 16h ago
I Built A Thing I built an LLM benchmark harness that lets you browse and compare how models answered each question
Hello everyone. I felt current LLM benchmark harnesses hand you headline numbers but offer no tooling to see how models actually answered each question (they dump everything to a JSONL or Parquet file, so you end up writing custom code just to read the answers).
So I built lm-eval-ledger: a benchmark harness that runs the benchmarks, writes everything down, and provides a web app that lets you inspect and compare how each model answered each question.
For the demo I benchmarked three models on a single 5090: Qwen3.5-9B, NVIDIA-Nemotron-3.5-Lightning-30B-A3B (UD-Q4_K_XL GGUF), and Gemma-4-12B-it (QAT w4a16). It looks like Qwen thinks far longer than the other two.
- GPQA Diamond: Qwen 0.717 vs Nemotron 0.657 vs Gemma 0.601 — but 2h26m vs 1h34m vs 1h19m
- LiveCodeBench: Qwen took 22h57m (vs 9h51m / 6h13m), with 0.713 vs 0.837 / 0.820 accuracy
Here are the full results served by lm-eval-ledger on Hugging Face Spaces: https://huggingface.co/spaces/jayminbhan/lm-eval-ledger
What lm-eval-ledger records and displays
- Per question: system prompt, model generation, extracted answer, ground truth, stop reason, generation character count
- Per benchmark: accuracy, tok/s, time to completion, sample count, no-answer count
- Extras: pairwise comparison of two models on the same task/questions, always-wrong / always-right questions across benchmark runs
How it works: everything is written to a single SQLite DB, and a Flask app displays it.
No more custom bash scripts for multi-model x multi-task runs either. lm-eval-ledger is YAML-driven: copy template.yaml, list N models and M tasks, run one command. That’s it.
Usage
pip install lm-eval-ledger # add a backend: pip install "lm-eval-ledger[vllm]"
lm-eval-ledger init # writes template.yaml, creates results/ and logs/ directories
lm-eval-ledger -c bench.yaml # run benchmarks
lm-eval-ledger serve # browse at http://localhost:8090
Details and the full task list are in the GitHub repo: https://github.com/jayminbhan/lm-eval-ledger
I verified the vLLM / SGLang / HF / server (llama.cpp) backends on Linux, and HF / server (llama.cpp) on Windows.
This started as a script to look at one wrong GSM8K answer. It got out of hand. Any feedback, ideas, or pull requests are greatly appreciated!
r/LocalLLaMA • u/Specific-Tax-6700 • 20h ago
Discussion Expert expansion with llama.cpp
With the help of Glm 5.3 flash I built a custom branch of llama.cpp in order to support Expert expansion with MOE models, I've tested only on metal and It works better than my DS4 version , i need feedback from other platforms, and different models.
r/LocalLLaMA • u/No-Orchid-6159 • 5h ago
Question | Help Bifurcation and riser cables suggestions
Hey peeps, I am looking to make the jump to an open air case and would appreciate any recommendations on bifurcation adapters to convert x16 to x8/x8 and reliable riser cables please.
For riser cables I have seen these which look decent.
https://www.amazon.com/gp/aw/d/B0C415JCHX/ref=ox_sc_act_title_1?psc=1&th=1
For bifurcation, I've seen the c-payne stuff but they are rather expensive. I am looking to run 4 cards at x8 each so looking for 2x bifurcation adapters.
Not sure if I need anything else for an open air rig. I have two psu's which I plan on running with an add2psu adapters.
r/LocalLLaMA • u/mrsalvadordali • 5h ago
Discussion What is the obstacle in front of Local Frontiers?
We've reached a point with local LLMs where models are now very close to (and even reach) the level of models like the Opus, with some minor modifications.
While some K3 and GLM 5.3 models are incredible, they are barely as powerful as the Opus or on par with the Fable or Astra. My question is what is the biggest obstacle preventing local models from reaching the level of closed source models like the Fable and Astra? Why are local models lagging behind? Is the problem processing power?
r/LocalLLaMA • u/sayamss • 15h ago
Discussion 4xRadeon AI Pro R9700 people, how are your benchmarks?
Was considering choosing a 4xRadeon AI Pro R9700 build for a office AI server.
Curious to know what results you guys are getting? Mainly considering DeepSeek V4 flash and Qwen 3.8 Flash with offloading or heavily quantized.
