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
|
pkg install libopenblas
|
||||||
cd llama.cpp
|
cd llama.cpp
|
||||||
cmake -B build -DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS
|
make LLAMA_OPENBLAS=1
|
||||||
cd build
|
|
||||||
cmake --build . --config Release
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Move your model to the home directory (`~/`), for example:
|
Move your model to the home directory (`~/`), for example:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue