Replies: 1 comment
-
ever get this to work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First of all, thank you for this work !
I need your lights to activate intel IGPU into the Localai Docker.
So far what I was able / try to achieve :
in the docker-compose file
in the docker-compose file
in the entrypoint.sh
As result :
The container detect correctly the card
The debug gives :
When loading the model, I don't see any reference to GPU.
I've some doubt that my localai is compile correctly, for instance I don't see any reference to the initialisation of clblas.
Also, I should get the Go flag as :
CGO_LDFLAGS="-lOpenCL -lclblast"
Any inputs are welcome :)
My sources so far :
#1182
#404
Beta Was this translation helpful? Give feedback.
All reactions