this post was submitted on 27 Jul 2026
-23 points (24.4% liked)

Programming

27909 readers
307 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] Flatulent69Iguana@lemmy.world 9 points 4 days ago (1 children)
[–] mike_wooskey@lemmy.thewooskeys.com 5 points 4 days ago (1 children)

I switched from ollama to llama.cpp and love it. For such an article, it frustrates me that they don't include the common and popular option in the comparison.

[–] AstroLightz@lemmy.world 3 points 4 days ago (1 children)

What's the difference between the two?

Here the article that spurred my change: Friends don't let friends use Ollama

Ollama gained traction by being the first easy llama.cpp wrapper, then spent years dodging attribution, misleading users, and pivoting to cloud, all while riding VC money earned on someone else's engine.

He shares that the people behind llama.cpp don't act poorly (at least in those regards). My experience confirms llama.cpp can run just about any gguf while ollama can only run those that have been customized for ollama, and llama.cpp seems faster (no evidence, just anecdotal).

[–] fubarx@lemmy.world 3 points 4 days ago

vLLM.

It's slower to start, but once it gets going, pretty solid.