this post was submitted on 08 Sep 2026
17 points (94.7% liked)

Selfhosted

61978 readers
1371 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
[–] hendrik@palaver.p3x.de 2 points 13 hours ago* (last edited 12 hours 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 6 hours 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 5 hours ago* (last edited 5 hours ago) (1 children)

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

[–] non_burglar@lemmy.world 2 points 4 hours ago (1 children)
[–] hendrik@palaver.p3x.de 1 points 4 hours ago* (last edited 4 hours 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 1 points 1 hour ago

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

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