-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
chore(vulkan): enable arm64 image builds #5780
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
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for localai ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hey Unfortunately
|
appreciated, thanks for the heads up, will give it a shot later in the day, but I see already the CI is emitting core dumps, seen that already in ubuntu images. Might need use of our self-hosted runners for this or try to rebase and work out #5553 first. |
96f3c6e to
e69cbfc
Compare
|
It's great to see that it's marked on the roadmap. I'm really looking forward to running LocalAI on my RK3588. If you need any help, don't hesitate to ask. |
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
ec7f4f4 to
52be53e
Compare
Signed-off-by: Ettore Di Giacinto <[email protected]>
52be53e to
1ce8f35
Compare
Signed-off-by: Ettore Di Giacinto <[email protected]>
b90696e to
002f75a
Compare
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
|
@mudler any update here? What is missing to merge this? |
I didn't had time into looking at this again, but what's missing is actually consuming and installing the vulkan-sdk during the build process. The problem is that, if we compile it along the process it will take too much time out and the CI will eventually fail - we need to find a pre-compiled version. I was having a look at https://github.com/mudler/vulkan-sdk-arm but paused since then |
|
I don't understand why they don't offer a compiled version for ARM. |
Neither do I :( it would make things much more simpler... In any case, will take a stab at it again as soon as 3.8 is out. There are many feature in the pipeline for 3.8 that kept me busy! |
Description
This PR fixes #5778
Notes for Reviewers
This is first an attempt to see if CI builds against vulkan on arm64
See docker/build-push-action#671 regarding using arm64 native runners for multiplatform builds.
Signed commits