remove white spaces

This commit is contained in:
ymcui 2023-08-02 12:39:10 +08:00
parent 0131ac0484
commit 24dcf26b83

View file

@ -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
```