adjust OpenBlas from cmake to make

This commit is contained in:
JackJollimore 2023-08-31 20:52:28 -03:00 committed by GitHub
parent 32bbb554a7
commit 245a02efce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -811,9 +811,7 @@ It's possible to include OpenBlas while building:
```
pkg install libopenblas
cd llama.cpp
cmake -B build -DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS
cd build
cmake --build . --config Release
make LLAMA_OPENBLAS=1
```
Move your model to the home directory (`~/`), for example: