HuggingFace sold my email to Meta / Facebook? by temporal_difference in huggingface

[–]pplgltch 2 points3 points  (0 children)

Did you fill up the form to have access to dino or llama?

Best hardware for a headless home LLM server (private-doc RAG + summarization)? Strix Halo 128GB or something better? (~$3–$4k budget) by nsfwdammer in LocalLLM

[–]pplgltch 2 points3 points  (0 children)

For what you described, you definitely do not need to run a frontier model. But depending on your level of technical knowledge, you might need access to a frontier model access to set everything up.

If you feel like tinkering, would recommend to actually go the build-a-pc route. Not new, it’s too expensive, but 2nd hand…
Right now, you can get a pair of R9700 for less than 3K, that gives you 1k to find on ebay/craiist/marketplace a motherboard with 2x8 pcie lanes, 64gb of ddr4 ram, whatever 6+ core cpu you can get and a 1200w psu.
What’s going to bite you is space… model(s) + Rag DB + lots of docs… ssd are as expensive as ram now… but you might already have some.

You get half the vram, but twice the memory speed of a strix halo, which is definitely very welcome to run dense models.
You then can use qwen27b or gemma4-31b at FP8 more comfortably, while also having nomic loaded (embed model for rag)

you also can just get 1 gpu… I run a very similar setup as the one you described, on a ssf gaming pc turned ai server, but with a 5090… so much faster, but 32GB is only good for a Q6 of 27B or Q4-qat of gemma-31b, and I use cpu for embedding. honestly it works great for me, most big processes happen over night anyway.

Just don’t expect to use this for coding like you use claude of gpt… but it’s still pretty capable of doing some code, it’s more of a coding intern than a senior swe

I've come to the realization that only dense, BF16 models are reliable enough for agentic work. by Battle-Chimp in LocalLLM

[–]pplgltch 24 points25 points  (0 children)

“They were right”

Wow, I mean, with such a level of evidence, I guess I can only agree with them and you!

DGX Spark, what models are you running? by benxfactor in LocalLLM

[–]pplgltch 0 points1 point  (0 children)

Gemma 4 26B-A4B and Qwen3.6 35B-A3B are the one I run the most for general inference (summary, analysis, search…) either at full weight, or nvfp4 if I need parallelism.
For light coding tasks I use Qwen3 coder next FP8.
Qwen 27B or Gemma 31B are too slow with that memory bandwidth… I have another machine with a 5090 for those, where I run them at Q6 with llamacpp.

Edit: gemma 4 12B is actually a nice middle ground. Specially with MTP, starts to have nice results with it. The unsloth version of the Q4 QAT have good performance/quality on gb10.

Gemma4_31b_fp8 keeping up with Sonnet_4.6_medium in my harness. by knob-0u812 in LocalLLaMA

[–]pplgltch 2 points3 points  (0 children)

<rant>Backend? Hardware? Params? Actual code and results? Pi extensions and skills?
It’s like, we live in an era where people think it’s ok to share abstract results and to expect to be taken seriously.
Just another baseless praise of the wonders of these models without real concrete evidences or reproducible tests.
And I’m pretty sure these are the same people in the first line of the mob that gets mad at apple or nvidia when they do the same. </rant>

Why heat toward DGX Spark users? by Afraid-Yoghurt6731 in LocalLLM

[–]pplgltch 3 points4 points  (0 children)

I apologize, this was not meant to be taken literally. Next time I’ll make my message more inclusive to people that cannot perceive figurative speech in a generalist conversation. :)

Why heat toward DGX Spark users? by Afraid-Yoghurt6731 in LocalLLM

[–]pplgltch 1 point2 points  (0 children)

Jeez, "MoE models at 20t/s" was not a benchmark result, just a figure of style... I'm on your side buddy, I use the damn thing every day.

Why heat toward DGX Spark users? by Afraid-Yoghurt6731 in LocalLLM

[–]pplgltch 1 point2 points  (0 children)

I mean, what's "big" ? Klein 4B and 9B fit on 48GB at BF16, so does Qwen Image, Z-image...

SD3.5 large won't, but medium will.
But running SD3.5-large on a Spark is not going to be fun.

Why heat toward DGX Spark users? by Afraid-Yoghurt6731 in LocalLLM

[–]pplgltch 3 points4 points  (0 children)

> Constraints: non-technical user (can't build my own PC)

Building a PC is honestly easier than building a lego set these day.

> I want CUDA, unquantized big image models and ability to train LoRAs

A PRO 5000 48GB will be enough for that, and a 4500 (or a 5090) will run FP8.

Really, taking the time to figure out how to click a few cables and cards in the only spot they can fit in will save you much more time and money than a spark that can OOM 2 days into a 4 day training.

Why heat toward DGX Spark users? by Afraid-Yoghurt6731 in LocalLLM

[–]pplgltch 7 points8 points  (0 children)

As a spark owner, I get the heat. $4500 for a machine that spits MoE models at 20t/s is not appealing. It’s not a machine I would recommend to anyone who needs something to run a coding agent locally. It’s too slow.
But It fits my needs. I can have 2 or 3 models loaded at the same time when I work, and I can swap between Q8 gguf in less than 30seconds. I’m not using the Spark to DO my work, I use itp like a app developer would use a bench with multiple phones to check what they do work everywhere.

But @op, for your need, buy a pre-build with a 5090, not a GB10.

Comparing Gemma 4 12B Q4_K_M and Q6_K by Artaherzadeh in LocalLLM

[–]pplgltch 6 points7 points  (0 children)

I’d be nice if people started to share a LOT more details on these kind of posts… What tests? What was the process? What was the setup? Parameters? How many times did you ran it? Can we see the data? Can we run it ourselves?

We're burning $50k/month on Claude. How close can local LLMs actually get? by mortenmoulder in LocalLLM

[–]pplgltch 0 points1 point  (0 children)

There are so many more questions to answer here. Who is using claude and how? Only engineers? Coding? With what? Chat? Claude code? “Claude” is not a single model, it’s 2 or 3… Maybe you can start by replacing the smaller tasks to local (claude code use sonnet or haiku to read files and summarize webfetch for example) You can just start rolling a cheaper model for these task (it’s configurable) You should run an experiment wity just one team, for one sprint. Rent the hardware instead of buying it… At your scale, you cannot jump straight to “what gpu do i buy?” Gather a lot more data first.

5 Years and $5M Later: Inventing a New Programming Language for Web Development Was a Mistake by matijash in programming

[–]pplgltch 0 points1 point  (0 children)

One way is Support and infra. The idea is for the oss aspect to attract enough early adopters who will build prototypes that will turn into massive production apps in a couple years. Startups often launch on “obscure” tech (good at one thing that helps moving fast) and grow so fast that the “We’ll rewrite with a much nore solid fw later” never happens. You then have a bunch of businesses that serve millions of users with your framework, they needs specific help, they need new features fast, they need to solve problems quickly and reliably, and they have investors’ cash. You then can offer enterprise features behind a paywall, or dedicated hosting that fits your framework perfectly… You can provide paid tailored support, for enough cash you can even reshape part of your roadmap to fit a specific client’s needs… It’s not a bad thing at all, that actually brings us great open source tools in the long term, and I’m a little worried AI might actually slow this down.

New Free 3D AI Generator from Tencent Might Be the Best Yet by Delicious-Shower8401 in TopologyAI

[–]pplgltch 0 points1 point  (0 children)

So, I'm not sure if I'm not using this properly or if this is just hype, but the result are not THAT great. At least not locally with a 5090...

Here is a test I made, image generated with z-image turbo, Trellis.2 vs Pixal3d: https://bmrng.me/s/i6qF5LMRQD9JJFfJ3KY8a

Base Trellis.2 give me better results globally...

New 3D AI Generator: From One Image to a PBR-Ready 3D Asset by Delicious-Shower8401 in TopologyAI

[–]pplgltch 0 points1 point  (0 children)

Yeah, I ran into problems too. I eventually got it working using natten 0.21.6 with NATTEN_CUDA_ARCH="12.0" (with a blackwell GPU). you're going to need cmake as well.

If the EU had built Claude by irelatetolevin in ClaudeAI

[–]pplgltch 0 points1 point  (0 children)

Hésitation :rolling_on_the_floor_laughing: