-
Notifications
You must be signed in to change notification settings - Fork 387
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
Build failed on macOS with concedo_experimental branch #915
Comments
Oh my bad. This is my fault. I happened to create a backup file called Makefile.local a while ago, but it was so old that I forgot about it, and it became a problem this time. |
Ah alright. This was probably triggered because of #896 Is it working fine for you now then? |
Hi @beebopkim , could I trouble you to see if the latest llama.cpp recently restructured openblas/accelerate out to a different backend, and also removed clblast in ggerganov#7735, so I've had to do a little bit of changes myself to preserve CLBlast. Just want to confirm that I didn't accidentally break macOS builds in the process. |
I have no problems now. I renamed the backup in Makefile and the problem went away. There is no problem building with LLAMA_METAL=1 on macOS. |
okay great, that means the Accelerate refactor works |
Commit hash: 4fddbab
Build log:
Same error was happend with
LLAMA_METAL=1 make koboldcpp_default
too.The text was updated successfully, but these errors were encountered: