this post was submitted on 23 Aug 2026
75 points (81.5% liked)

Technology

87742 readers
3550 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] brucethemoose@lemmy.world 16 points 1 week ago* (last edited 1 week ago)

This is true. But VLLM's quantization support (as outlined in the article) is quite primitive.

Thats not what its built for. Its made for maximum speed with many concurrent users, not cramming LLMs into a desktop rig.

If you are running an LLM for personal use, you are usually better off with a backend optimized for higher fidelity quantization, like MLX DWQs, exl3, ik llama GGUFs and stuff like that.

If you want raw speed on a desktop, use one of the ninfer project branches.

[–] one_old_coder@piefed.social 12 points 1 week ago (2 children)

inari@piefed.zip: Are you a bot? You are posting multiple times every hour of the day.

[–] inari@piefed.zip 21 points 1 week ago (1 children)

Nope. I post things I find on Reddit or Hacker News sometimes, though.

[–] Paradoxeuh@jlai.lu 1 points 4 days ago

Do you know the recipe of the apple pie?

[–] brucethemoose@lemmy.world 9 points 1 week ago* (last edited 1 week ago)

Nah, I dont think so. There are comments mixed with posts, there arent that many posts, and they seem to be reasonably curated.

[–] h0tbeef@lemmy.zip 9 points 1 week ago (87 children)

If you ascribe any level of sentience or intelligence to a computer, you definitely feel much less dumb than you actually are.

[–] Fawkes@lemmy.zip 10 points 1 week ago (2 children)

Nice strawman you got there. Is this relevant to the post, or do you just feel like calling random unrelated people dumb?

load more comments (2 replies)
load more comments (86 replies)
[–] very_well_lost@lemmy.world 9 points 1 week ago (1 children)

Having used these extensively, I can say with confidence that they feel exactly as dumb as they are.

[–] Franconian_Nomad@feddit.org 6 points 1 week ago (1 children)

Do you mind sharing what models you used and what your experience was? In my opinion the Qwen 3.6 models or maybe the 3.5 were the first local models that were actually useful, but I don’t have that much experience.

[–] MagicShel@lemmy.zip 6 points 1 week ago

Qwen is really good. For coding, it's the best local model I've found.

[–] majster@lemmy.zip 3 points 1 week ago (2 children)

This really killed a wish to run local LLMs. So fiddly...

[–] brucethemoose@lemmy.world 5 points 1 week ago* (last edited 1 week ago)

You shouldn't let that discourage you. VLLM is really finicky, but there are easier backends to use (though which one depends on your hardware).

[–] frongt@lemmy.zip 5 points 1 week ago (2 children)

Not any more than any other local service. Ollama makes it really easy to get started. The ministral models are small but still useful.

[–] brucethemoose@lemmy.world 10 points 1 week ago* (last edited 1 week ago) (1 children)

https://sleepingrobots.com/dreams/stop-using-ollama/

And thats just the tip of the iceberg.

Also, while Minstral is fine, it is pretty much obsolete...

[–] frongt@lemmy.zip 3 points 1 week ago (1 children)

Yeah, I'm just saying it's a really easy way to get started, without being overwhelmed by formats and quantizations and top-k and stuff. You run it, it goes, then you can move to something better.

[–] brucethemoose@lemmy.world 2 points 1 week ago* (last edited 1 week ago)

Its sleazy software, and IMO its defaults provide a really terrible 1st time experience. It convinces 1st time users that locally run LLMs are terrible, and goes out of its way to be incompatible with other stuff.

I think LM Studio would be a much better "1st time" recommendation. Its not perfect either, but its lightyears better, not an active con like ollama, and its smoother to "graduate" from it to croco.cpp or llama.cpp or something.

load more comments (1 replies)
load more comments
view more: next ›