Following your instructions, I am trying to run make LLAMA_OPENBLAS=1 inside the cloned repo, but I get
ld: library not found for -lopenblas
clang: error: linker command failed with exit code 1 (use -v to see invocation)
If instead I just run make I get
Your OS is and does not appear to be Windows. If you want to use openblas, please link it manually with LLAMA_OPENBLAS=1
I should have openblas installed through homebrew.
I am currently running MacOS Ventura on a M1 Pro MacBook.
Following your instructions, I am trying to run
make LLAMA_OPENBLAS=1inside the cloned repo, but I getIf instead I just run
makeI getI should have
openblasinstalled through homebrew.I am currently running MacOS Ventura on a M1 Pro MacBook.