-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Arm platform #1249
Comments
I hope to release Docker images for arm64 and support training |
|
I suggest you build the project on your local arm environment. We support arm see https://localai.io/basics/news/index.html#container-images-1. However, I do not find we have build the container of arm. |
@Aisuko are you open for contributions that would build both amd64/arm64 in your CI? I see your |
we were. The build time of cross compiling on amd64 was too big to keep it in the CI pipelines. We need dedicated hardware. |
@mudler thanks all your efforts. Would it be possible to limit the build to official tags? That way reducing the need for dedicated hardware? I'm trying to run localai on mac silicon in k3d, failing when pulling the image as amd64 published only. |
With aarch64/arm64 support users running Apple Silicon will likely be running one of Darwin or Linux. I'd like to see GPU support added for metal builds on Linux before containerized again and then K3D after. |
probably we could try building only part of the core backends - something we can do quite easily now |
Hey, is it on the roadmap to support arm? |
arm64 builds for core images is now merged on master and will be in the next release - I have to explore still how much we can build of the current image matrix, but I assume we can't as much as it is adding quite some load overall to the CI for the moment. Update: |
trying to do docker pull for arm64 got the message below, ~$ docker pull quay.io/go-skynet/local-ai Not sure there. It needs a tag and that works. ocker pull quay.io/go-skynet/local-ai:master-ffmpeg-core
|
Received, thank you
腾龙云开发
***@***.***
…------------------ 原始邮件 ------------------
发件人: "pepe ***@***.***>;
发送时间: 2024年6月20日(星期四) 凌晨0:59
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [mudler/LocalAI] Arm platform (Issue #1249)
trying to do docker pull for arm64 got the message below,
~$ docker pull quay.io/go-skynet/local-ai
Using default tag: latest
latest: Pulling from go-skynet/local-ai
no matching manifest for linux/arm64/v8 in the manifest list entries
Not sure there.
arm64 builds for core images is now merged on master and will be in the next release - I have to explore still how much we can build of the current image matrix, but I assume we can't as much as it is adding quite some load overall to the CI for the moment.
Update: master arm64 images are already out master-ffmpeg-core
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
only images |
Have you considered supporting ARM series processors?
The text was updated successfully, but these errors were encountered: