-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
immich-machine-learning openvino not working (transcoding works) #9523
Comments
I'm guessing you're either missing a driver, or 24.04 is too new for the OpenVINO version in the container. Also, what model is the CPU? I last tested it on a 13700H. |
It's i9-13900H I tried with bookworm Debian 6.1 kernel but had no success at all. |
No success - driver installation went smooth but no changes. openvino: |
What's the output of |
Can you also add the output of |
Try adding this: environment:
- NEOReadDebugKeys=1
- OverrideGpuAddressSpace=48 |
Sweet! That means it's a bug in |
So anything we can do about that or do I just need to keep that compose extension forever? |
We would need the latest patched release for |
I decided to add these to the |
I added this to the openvino section in
|
That fix only applies to kernels 6.7.5 or newer. I don't imagine a Synology server would have such a new kernel. It could be that the kernel is too old instead and/or that you're missing a driver. |
so there's nothing I can do about it? I see that hardware accelerator works well with Plex while transcoding but I've tried many fixes but can't get it work with immich ML |
I can't say for certain, but I wouldn't be surprised if it's impossible without a newer host environment. But on the other hand, your processor would likely run into other issues with OpenVINO, so you may have had to use CPU instead anyway. I can only recommend OpenVINO for Iris Xe and Arc graphics - anything else is too unreliable from what I've seen. |
The bug
Hi all,
I configured ubuntu in docker on Ubuntu 24.04 on a proxmox VM with PCIe passthrough for my Intel 13th gen Iris Xe
So far intel_gpu_top and hardware transcoding is working fine in immich (can see the utilization in intel_gpu_top and speed is fine) but I cannot get the ml part to use the GPU with openvino
The error in the logs is just:
WARNING No GPU device found in OpenVINO. Falling back to CPU
The OS that Immich Server is running on
Ubuntu 24.04
Version of Immich Server
v1.105.1
Version of Immich Mobile App
v1.105.1
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
WARNING No GPU device found in OpenVINO. Falling back to CPU
Additional information
No response
The text was updated successfully, but these errors were encountered: