From 0bf8b5bdeb461238c6ae2ca28fa06a233b9fbeb8 Mon Sep 17 00:00:00 2001 From: DaniAndTheWeb <57776841+DaniAndTheWeb@users.noreply.github.com> Date: Wed, 26 Apr 2023 15:51:55 +0200 Subject: [PATCH] Fixing typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dce554d7c..752a04eb1 100644 --- a/README.md +++ b/README.md @@ -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