this post was submitted on 07 Sep 2026
513 points (97.2% liked)

Technology

87897 readers
4447 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
[–] isVeryLoud@lemmy.ca 1 points 9 hours ago (1 children)

Correct, that's how I would do it, but then I need another machine to act as a head.

[–] Damage@feddit.it 3 points 8 hours ago (1 children)

If your MB has onboard graphics, maybe you could mask the GPU and just pass it off to a container running the LLMs I guess

[–] isVeryLoud@lemmy.ca 1 points 1 hour ago (1 children)

No onboard graphics unfortunately, that would have been the easy way out.

[–] Damage@feddit.it 2 points 1 hour ago (1 children)

Well it works anyway even with a bit of occupied vram, but you could also buy a cheap videocard to use as an output. I have small intel card like that in my server for jellyfin transcoding, I think I paid 60€ for it, it hardly uses any power

[–] isVeryLoud@lemmy.ca 1 points 46 minutes ago* (last edited 41 minutes ago) (1 children)

I actually did exactly that previously! I had both an RX 6800 XT and an RX 6600 in my system and I used the 6600 for video output. Unfortunately, this cuts my RX 6800 XT from PCIe 4 16x to PCIe 4 8x and severely slows down model loading for llama-swap. Joys of the X570!

And yes, I do have it running right now with a bit of occupied VRAM, but I need to limit my model to 14 GB to leave 2 GB free for GNOME Shell. I really want one of those 64 GB UMA Mac Mini, I heard they work really well because the GPU has direct access to system RAM.

[–] Damage@feddit.it 2 points 28 minutes ago (1 children)

So I have a framework laptop with ryzen ai cpu that uses 48gb of shared ram, and it does run Q4 llms fine enough, but I'm not sure it compares to a real GPU.

On my desktop I have an RX 7900 XTX but I've only dabbled in image generation so far, so right now I couldn't really tell you the difference.

[–] isVeryLoud@lemmy.ca 1 points 12 minutes ago

24 GB VRAM. Damn, jealous! My 16 GB seems pitiful in comparison 😅

I do wonder if the Ryzen AI CPUs compare with Apple's UMA. I'm mostly interested in LLM inference for code generation and automation.