From 5a51160a89da935498cf507bbfccbe68138e1d6e Mon Sep 17 00:00:00 2001 From: DaniAndTheWeb <57776841+DaniAndTheWeb@users.noreply.github.com> Date: Wed, 26 Apr 2023 20:16:29 +0200 Subject: [PATCH] Fix trailing whitespace --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 752a04eb1..cddb5c83e 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ In order to build llama.cpp you have three different options. ``` - On Windows: - + 1. Download the latest fortran version of [w64devkit](https://github.com/seeto/w64devkit/releases). 2. Extract `w64devkit` on your pc. 3. Run `w64devkit.exe`. @@ -213,7 +213,7 @@ Building the program with BLAS support may lead to some performance improvements - OpenBLAS: This provides BLAS acceleration using only the CPU. Make sure to have OpenBLAS installed on your machine. - + - Using `make`: - On Linux: ```bash