From: Xiake Sun Date: Tue, 20 Jun 2023 12:42:40 +0000 (-0700) Subject: Fix typo (#1949) X-Git-Tag: gguf-v0.4.0~585 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2322ec223a21625dfe9bd73ee677444a98a24ac9;p=pkg%2Fggml%2Fsources%2Fllama.cpp Fix typo (#1949) --- diff --git a/README.md b/README.md index 2d05de33..8136e706 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,7 @@ Building the program with BLAS support may lead to some performance improvements ```sh git clone https://github.com/CNugteren/CLBlast.git mkdir CLBlast/build - cd CLBLast/build + cd CLBlast/build cmake .. -DBUILD_SHARED_LIBS=OFF -DTUNERS=OFF cmake --build . --config Release cmake --install . --prefix /some/path