this post was submitted on 29 May 2026
32 points (86.4% liked)

Selfhosted

59532 readers
554 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
 

I want to host some LLM's locally and use more advanced models. Since new hardware is out of the question, I think I should be able to pull something off buying some yesteryear equipment on ebay etc. Did anybody attempt such a project? Does it scale horizontally? (I.e. can I connext two boxes to overcome single box slowness?)

you are viewing a single comment's thread
view the rest of the comments
[–] ryokimball@infosec.pub 6 points 1 day ago (1 children)

How old we talking? I personally wouldn't go further back than 2000 series rtx. A friend has had good luck with Intel GPUs for 'cheap'.

No, you absolutely cannot scale horizontally for speed. VRAM is king, with local RAM being swappable with major speed penalties. SSD is even slower than that and all those are orders of magnitude faster than ant Ethernet you'll be connecting boxes together with. That's not to say clustering isn't an option, just that speed is going to be worse the more you scale out like that.

[–] droopy4096@lemmy.ca 2 points 1 day ago (1 children)

I've got some circa 2010 cards laying about with a 32Gb server that already has 8Gb carved out for TrueNAS, so essentially I could squeeze 16-24Gb out of it, but it's an older i5 Intel CPU

[–] robber@lemmy.ml 1 points 15 hours ago

Your biggest issue with 2010 cards will be software (inference engine) support, I assume.