You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build, the makefile detects my M1 Max as 86_64.
This is because I have GNU coreutils uname on my PATH, which announces my architecture as arm64 (whereas the system distribution of uname would call the same architecture arm).
@Birch-san is this an issue which can be closed? I think there's an urgent need to try to close issues (because there are now over 800 live on the repo). I have an M1 Max and haven't had that issue with the current build, so I think this is probably stale..
When I build, the makefile detects my M1 Max as 86_64.
This is because I have GNU coreutils
uname
on myPATH
, which announces my architecture asarm64
(whereas the system distribution ofuname
would call the same architecturearm
).Lightning-AI/pytorch-lightning#13992 (comment)
Lightning-AI/pytorch-lightning#13991
this condition needs widening to accept both
arm
andarm64
:https://github.com/ggerganov/llama.cpp/blob/c09a9cfb06c87d114615c105adda91b0e6273b69/Makefile
The text was updated successfully, but these errors were encountered: