From 24dcf26b83ef0030003b0486b33ca283eaa5bbe8 Mon Sep 17 00:00:00 2001 From: ymcui Date: Wed, 2 Aug 2023 12:39:10 +0800 Subject: [PATCH] remove white spaces --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac572e0df..515c80c42 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ In order to build llama.cpp you have three different options. ```bash sudo pkg install gmake automake autoconf pkgconf llvm15 clinfo clover \ opencl clblast openblas - + gmake CC=/usr/local/bin/clang15 CXX=/usr/local/bin/clang++15 -j4 ```