this post was submitted on 08 Sep 2026
21 points (92.0% liked)

Selfhosted

62143 readers
433 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!

top 22 comments
sorted by: hot top controversial new old
[–] dan@upvote.au 8 points 1 week ago* (last edited 1 week ago) (1 children)

Do you want to run TensorFlow Lite / LiteRT models? PyTorch Mobile? TensorRT? onnx? YOLO? vLLM? Something else? The recommendations will vary based on your use case.

Google Coral was decent for TensorFlow Lite, but it's EOL (end of life) now. I've got the dual TPU Mini PCIe version in my home server, via a PCIe adapter board. I use it for object detection with Blue Iris + CodeProject AI and it works pretty well for that use case.

Hailo-8 is supposed to be like a more powerful version of the Coral, but I don't have experience with it. It supports a bunch of frameworks: TensorFlow, TensorFlow Lite, Keras, PyTorch and ONNX. I'd be interested in hearing other people's thoughts on it.

I don't know if any of these work over USB though. They're usually internal devices. Google marketed the Coral USB as being for development and testing only, pointing people to the M.2 and PCIe versions for production usage.

As for something totally different... There's the Nvidia Jetson single board computer which supports TensorRT, but I don't have experience with it either. I also think it's a bit older too. You could also consider getting a newer mini PC with a AMD Ryzen AI processor in it, or an Nvidia DGX Spark.

Google's latest TPUs are only available in their cloud - they're not selling the hardware to end users any more.

[–] iturnedintoanewt@lemmy.world 1 points 1 week 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 3 points 1 week ago* (last edited 1 week ago) (2 children)

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.

[–] xSikes@feddit.online 1 points 4 days ago (1 children)

Not sure half of what you said due to I’m just getting started; but you explained that real well that I can follow. I wish I knew what you know. Thanks for sharing.

Happy to help! c:

[–] dan@upvote.au 2 points 1 week ago

I wish more modern TPUs were available for purchase. Google's TPU v8i is very powerful, but you can only rent it via Google Cloud. (that and they're most useful in big clusters, and the pricing for such a cluster is definitely out of reach for anyone that's not running their own data center)

[–] hendrik@palaver.p3x.de 3 points 1 week ago* (last edited 1 week 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 1 week ago (1 children)

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

[–] iturnedintoanewt@lemmy.world 2 points 1 week ago (1 children)

Thanks! I was seeing if there was a way to do it while avoiding a full blown desktop PC case :(

[–] dan@upvote.au 2 points 1 week ago

For small options, there's mini PCs with the AMD Ryzen AI Max+ 395, and the Nvidia DGX. Their memory bandwidth is quite low compared to a GPU though, so expect slower performance.

[–] Faceman2K23@discuss.tchncs.de 4 points 1 week ago

if all you need is a tiny NPU for things like image object identification or OCR the IGPU you already have will be better.

if you need slightly more than that, but not as much power as a large dedicated gpu, then you would have to look at a newer mini-pc with a more modern chip.

I do immich face/object detection and Birdnet audio analysis on the igpu of an intel 14600 and it's fine, tiny amount of usage and plenty fast. my other node has a core ultra 235 and the igpu is faster than the on-chip npu in every regard, the npu is also a bit harder to actually get working and put to use.

[–] tired_n_bored@lemmy.world 4 points 1 week ago

Can you tell us what atually will you need? Don't forget that most of the time applications will use your bare CPU to perform AI whereas you can use the integrated GPU for better performances.

[–] maniel@sopuli.xyz 2 points 1 week ago (1 children)

google coral is what you need, there's also an m.2 pcie version, also intel igpu also has limited AI capabilities through openvino, i use it to accelerate AI features in Immich (face and object recognition) on my N100 based NAS, but it's a bit too slow for Frigate realtime object recognition for example

[–] Marud@piefed.social 2 points 1 week ago

A little warning about the google coral, it seems not maintained anymore by google and there can be a few issues in the future. I have it for Frigate (7 cameras) and I still manage to have an inference speed < 10ms (but it detects people, not objects)

[–] hendrik@palaver.p3x.de 2 points 1 week ago* (last edited 1 week ago) (1 children)

You should probably have a look at the software you intend to run and see what kind of external NPU they support. I'm aware of Frigate for example which leverages hardware acceleration to classify camera surveillance footage. Guess their community knows which stick to get. Or you'd have a look at the frameworks which package machine learning models for inference on some NPU and have a look at their table of supported hardware.

[–] non_burglar@lemmy.world 1 points 1 week ago (1 children)

Inference from GPU, even QuickSync, is better now than what TensorFlow was able to do on a Google Coral TPU.

Plus, the Coral drivers are untouched for the last 4 years.

[–] hendrik@palaver.p3x.de 2 points 1 week ago* (last edited 1 week ago) (1 children)

I think you mean SyCL or Vulkan, OpenCL or oneDNN... QuickSync is just video de- and encoding.

[–] non_burglar@lemmy.world 3 points 1 week ago (1 children)
[–] hendrik@palaver.p3x.de 1 points 1 week ago* (last edited 1 week ago) (1 children)

Thx! That's the video decoding page, though. The thing that decodes the video stream and makes individual images from the stream, for the actual processing. Seems the thing that does inference / object detection is called OpenVINO.

https://docs.frigate.video/configuration/hardware_acceleration_enrichments

[–] non_burglar@lemmy.world 2 points 1 week ago

Oops, you're right. Still the QuickShnc GPU doing the detector work, though.

https://docs.frigate.video/frigate/hardware/

[–] humanspiral@lemmy.ca 1 points 1 week ago (1 children)

if you don't have oculink, you can get a nvme to oculink adapter (if you have 2nd nvme port).

[–] iturnedintoanewt@lemmy.world 1 points 1 week ago

oculink

Thanks...I didn't know about this. But this doesn't resolve the initial question. What hardware could I use to have accelerated ollama, diffussion etc?