vitoplantamura / OnnxStream

Lightweight inference library for ONNX files, written in C++. It can run SDXL on a RPI Zero 2 but also Mistral 7B on desktops and servers.
Other
1.82k stars 79 forks source link

Optimizations for Pi AI hat (Hailo) #77

Open eiddor opened 1 month ago

eiddor commented 1 month ago

I'm taking a crack at trying to integrate OnnxStream and OnnxStreamGUI (web) into the same Docker container (while also trying to learn PHP in the process) on my RPi 5 which also happens to have the new Hailo AI Hat that was released a little while ago.

Assuming I can pass the Hailo device into the container, I'm wondering if OnnxStream can use the hat easily or if that would require code changes.

Thanks!

vitoplantamura commented 1 month ago

hi,

unfortunately OnnxStream does not support the Hailo AI Hat natively :-(

Vito