this post was submitted on 26 Jul 2026
183 points (98.9% liked)

Technology

86628 readers
3928 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
[–] DJKJuicy@sh.itjust.works 2 points 10 hours ago (1 children)

Well that sucks. I was really impressed as a novice to open weight LLMs with the ease of use for Ollama on Bazzite.

[–] OnfireNFS@lemmy.world 3 points 9 hours ago (1 children)

I've been running LM Studio on Bazzite and I had to do nothing to get it working. Just go to the LM Studio website and download the .appimage for Linux. If you open it with Gear Lever it will install like an app from the app store and show up in your launcher with an icon.

From there I have just been able to download models and use them from in the app. In fact I setup a local server to connect to my IDE and have been trying out local models for coding. It's pretty cool

[–] DJKJuicy@sh.itjust.works 2 points 8 hours ago (1 children)
[–] Asafum@lemmy.world 3 points 8 hours ago

I can also vouch for lmstudio. If you can get Hermes running on Linux I would suggest trying that as well. It connects to lm studio and you use Hermes to communicate with the model. Iook into it as there's a lot to it, I've really been enjoying using it so far it even learns how I like to create tasks and I've stopped having to ask it to delegate certain tasks, it just knows to do it and to break down the tasks so my fairly context starved local model can handle it.

As for a model, the Qwen 3.6 family of models do really well. I'd suggest the Qwen 3.6 35B a3b probably Q4 depending on your hardware. It's large, but because it's a mixture of experts model only 3b of experts are kept on vram at any one time so it stays fast. Qwen 3.6 27b is the smarter "dense" model, but trying to stay with Q4 for quality it becomes too large for 16GB vram and for me runs at like 2 tokens per second lol