Fix trailing whitespace

This commit is contained in:
DaniAndTheWeb 2023-04-26 20:16:29 +02:00 committed by GitHub
parent 0bf8b5bdeb
commit 5a51160a89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,7 +177,7 @@ In order to build llama.cpp you have three different options.
``` ```
- On Windows: - On Windows:
1. Download the latest fortran version of [w64devkit](https://github.com/seeto/w64devkit/releases). 1. Download the latest fortran version of [w64devkit](https://github.com/seeto/w64devkit/releases).
2. Extract `w64devkit` on your pc. 2. Extract `w64devkit` on your pc.
3. Run `w64devkit.exe`. 3. Run `w64devkit.exe`.
@ -213,7 +213,7 @@ Building the program with BLAS support may lead to some performance improvements
- OpenBLAS: - OpenBLAS:
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