Remote Machine Learning with openvino not working with Intel Arc B580
I currently run Immich on a mini PC and I am trying to get remote machine learning running on my desktop. I set up two instances of remote machine learning, one on the GPU with openvino and one on the CPU as a fallback. I set up Immich to use the desktop for machine learning tasks, but I am only seeing errors in my GPU remote ML docker container, and the work ends up being delegated to my fallback CPU.
I have attached the docker logs for the remote ML container, as well as the compose files since I am over the message limit.
Note, in the
I have attached the docker logs for the remote ML container, as well as the compose files since I am over the message limit.
Note, in the
hwaccel.ml.yml file, I passed along /dev/dri/card0 (the Arc B580) instead of /dev/dri because I have an AMD CPU with an iGPU, so I wanted to rule that out.