this post was submitted on 08 Sep 2026
12 points (92.9% liked)

Selfhosted

61978 readers
1312 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hi! So I'm considering...maybe having an NPU or something similar to be hooked to my proxmox server, which runs in a mini PC. It's a EliteDesk 800 micro form factor. It has a Core i5 8500 CPU, which at the moment of purchase was good enough for live encoding HEVC video on Jellyfin...that was my main concern back then. But I'd like to consider the possibility of hooking maybe some docker instances or other containers to some local-only AI acceleration. Is there any NPU or cheap GPU I could hook on USB to this proxmox server to run? Has it been done before?

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] iturnedintoanewt@lemmy.world 1 points 9 hours ago (2 children)

Thanks! I was considering using it perhaps to have a diffusion model? Or running ollama or similar without a RAM hit on my laptop or phone. Also whisper comes to mind, for Bazarr or other tools to use.

[–] yellowbadbeast@lemmy.blahaj.zone 2 points 5 hours ago* (last edited 5 hours ago)

Any NPU/TPU you can buy is going to be essentially useless for either image diffusion or LLMs. The onboard RAM is both far too small and far too slow (LLM text generation speed relies on RAM speed first and foremost, and both LLMs and image models tend to be, you know, big), and USB isn't nearly fast enough to help with that, not to mention that software support is pretty much nonexistent. You'd be better off upgrading the GPU to a 3060ti 12gb or something.

P.S. A word of advice, consider using something other than Ollama. Llama.cpp in router mode or llama-swap support pretty much all of the functionality that Ollama does without being crap. Ik_llama.cpp is also nice if you have a CPU/Nvidia setup.

If you wanna make the most out of what you've got now, the LFM2.5 series of LLMs are quite good for the small size and fast inference speeds with sizes ranging from 0.2 billion to 8 billion parameters, though their low parameter count means that you'll probably wanna hook them up to some sort of web search or similar since they won't have a ton of general knowledge.

If you have at least 32GB of RAM, Qwen3.6 35B is quite a good general-purpose model that runs faster than its parameter count would suggest.

[–] hendrik@palaver.p3x.de 3 points 8 hours ago* (last edited 4 hours ago) (1 children)

Aren't diffusion models and LLMs (ollama) too big for an external NPU? As far as I know something like a Coral runs specific models only. And it's limited to the 1 or maybe 2GB of memory on it. It'd do tasks like voice recognition, or image classification. But not generate images or text.

If you want to run arbitrary AI models and generative AI, I think you should be looking for a graphics card?!

[–] frongt@lemmy.zip 0 points 6 hours ago

Agreed. OP should probably upgrade to a bigger case and discrete graphics card.