posted in Selfhosted

Any external NPU that can be hooked to a proxmox miniPC?

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!

Replying to an earlier post

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.

NVR with realtime local object detection for IP cameras - blakeblackshear/frigateGitHubGitHub - blakeblackshear/frigate: NVR with realtime local object detection for IP camerasNVR with realtime local object detection for IP cameras - blakeblackshear/frigate

Replying to an earlier post

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

docs.frigate.videoEnrichments | FrigateSome of Frigate's enrichments can use a discrete GPU or integrated GPU for accelerated processing.