this post was submitted on 01 Jun 2026
42 points (64.8% liked)

Selfhosted

59596 readers
859 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

cross-posted from: https://sh.itjust.works/post/61139432

I seriously can't believe how much progress he's made for the FOSS community. He actually might take a bite out of the big 3's profits with this

you are viewing a single comment's thread
view the rest of the comments
[–] realitaetsverlust@piefed.zip 10 points 14 hours ago (1 children)

I use an 6700 XTX and it's working perfectly fine, depending on the model. Gemma4 takes a long time to generate answers, but the Qwen-Series is quick and starts generating answers in ~10 seconds.

[–] onlinepersona@programming.dev 2 points 6 hours ago (1 children)

What's the quality of the answers though? And how much context can it hold? I imagine it's only good for small, short questions, but have no concept of what is needed for that.

I'm assuming you're using a 12b or 24b qwen model. The ones from deepseek go up to hundreds of billions of params and I can't tell if bigger number is better or just meaningless posturing.

[–] realitaetsverlust@piefed.zip 1 points 45 minutes ago

I'm using the 35b models.

Quality for qwen is mostly fine - sometimes it does hallucinate some shit while thinking, but it does correct itself almost every time. But the answers itself are, for the most part, precise and useful. Not what you know from the cloud models, obviously, but it's absolutely fine for everyday use. What is actually annoying is the web search - not sure if that's a qwen problem or a problem with open webui, but it actually takes a long time to finish the search.

I once had a situation where a model was running into an "infinite loop" while thinking, thinking the same line over and over again. And once, qwen just started outputting chinese halfway through the answer lol.

When it comes to context, I'm gonna be very honest - I don't know. I have never hit any kind of problems or limits because of that since I'm not using AI over a long term project. I use it for small, concise cases and that's it.