Fixing typo

This commit is contained in:
DaniAndTheWeb 2023-04-26 15:51:55 +02:00 committed by GitHub
parent 8136918974
commit 0bf8b5bdeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,7 +169,7 @@ cd llama.cpp
In order to build llama.cpp you have three different options. In order to build llama.cpp you have three different options.
- Using `make` - Using `make`:
- On Linux or MacOS: - On Linux or MacOS:
```bash ```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. This provides BLAS acceleration using only the CPU. Make sure to have OpenBLAS installed on your machine.
- Using `make` - Using `make`:
- On Linux: - On Linux:
```bash ```bash
make LLAMA_OPENBLAS=1 make LLAMA_OPENBLAS=1