-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Ollama hardware acceleration not working on intel iGPU. #9161
-
Installed using the ollama script, enabled HW acceleration, in the logs I can see all of the intel drivers being loaded, I see the card0 and render being passed through to the lxc, however everything is sitll being CPU rendered, intel_gpu_top shows nothing. I check all of the permissions on the LXC, doesn't look like a permissions issue. any other ideas? 12th gen intel i5 with Xe graphics.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments 1 reply
-
Which gid ?
Beta Was this translation helpful? Give feedback.
All reactions
-
root@ollama:~# getent group render
render:x:993:ollama
Beta Was this translation helpful? Give feedback.
All reactions
-
ok figured it out, leaving this here incase anyone else has the issue, had to manually install intel's IPEX-LLM: https://github.com/intel/ipex-llm/blob/main/docs/mddocs/Quickstart/install_linux_gpu.md
Beta Was this translation helpful? Give feedback.