adjust OpenBlas from cmake to make
This commit is contained in:
parent
32bbb554a7
commit
245a02efce
1 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue