Support for Intel iGPU? #1725
-
Hey, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Intel GPU is supported with sycl and, specifically sycl images. While documentation is not there yet, you can already use the sycl images, for instance:
If you are running it manually (by copying models config file into the model directory), mind to disable |
Beta Was this translation helpful? Give feedback.
-
With a core i5 12500, I am unable to run the documentation example
When doing a query, the gpu usage reaches 100% during a few seconds, wich can be seen using
I also tried to run manually installed models following, but the result is the same. Some model are not compatible (like CodeLlama) and won't offload any layer to the GPU. In this case, the inference will be successful (but runs 100% on CPU). I am not sure if the problem is general or if it's only for me though |
Beta Was this translation helpful? Give feedback.
-
I'm also getting the work items error. I had tried with and without REBUILD=TRUE to see if there was some compliation issue. This only happens with llava though, gpt4all works without issue.
Unfortuantely the debug log does not provide a whole lot of useful information:
|
Beta Was this translation helpful? Give feedback.
Intel GPU is supported with sycl and, specifically sycl images.
While documentation is not there yet, you can already use the sycl images, for instance:
If you are running it manually (by copying models config file into the model directory), mind to disable
mmap
. I also suggest to disablef16
which otherwise would yield into poor results.