Skip to content

How to compile with BLAS on Apple Silicon #333

Answered by LostRuins
halbtuerke asked this question in Q&A
Discussion options

You must be logged in to vote

You will have much better performance on a mac if you just use the already-supported Accelerate module, which is faster than OpenBLAS on mac.

So you don't need OpenBLAS at all. If you wanna use Metal, just try with make LLAMA_METAL=1 first. Otherwise, a simple make would use Accelerate.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@halbtuerke
Comment options

@LostRuins
Comment options

@halbtuerke
Comment options

Answer selected by halbtuerke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants