this post was submitted on 26 Jul 2026
192 points (99.0% liked)

Technology

86628 readers
3336 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
you are viewing a single comment's thread
view the rest of the comments
[–] yesman@lemmy.world 9 points 16 hours ago (2 children)

is their a meaningful difference between open weight and open source?

[–] herrvogel@lemmy.world 22 points 15 hours ago (1 children)

Pretty big difference. An open weight model is a model that you can run on your own machine. You just download and it's yours to host and use. You don't need to have anyone host it on their own backend for you, the entire model is available to you to do that on your own. What you don't have is any control over or access to anything related to how the model was trained. You don't know what kind of data they used to train it, and how exactly they used that dataset. If you did, that'd be an open source model.

[–] phil@lemmy.openitco.de 1 points 29 minutes ago

Very important point, i think many people are mislead by the word "open". Is there any "open source model" around?

[–] melfie@lemmy.zip 3 points 11 hours ago

Open weight is analogous to a compiled binary. Similar to how Windows is closed source, but still runs in your own hardware, whereas Linux is truly open source.