Fixing typo
This commit is contained in:
parent
8136918974
commit
0bf8b5bdeb
1 changed files with 2 additions and 2 deletions
|
@ -169,7 +169,7 @@ cd llama.cpp
|
|||
|
||||
In order to build llama.cpp you have three different options.
|
||||
|
||||
- Using `make`
|
||||
- Using `make`:
|
||||
- On Linux or MacOS:
|
||||
|
||||
```bash
|
||||
|
@ -214,7 +214,7 @@ Building the program with BLAS support may lead to some performance improvements
|
|||
|
||||
This provides BLAS acceleration using only the CPU. Make sure to have OpenBLAS installed on your machine.
|
||||
|
||||
- Using `make`
|
||||
- Using `make`:
|
||||
- On Linux:
|
||||
```bash
|
||||
make LLAMA_OPENBLAS=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue