From: 2f38b454 Date: Mon, 25 Sep 2023 18:24:52 +0000 (+0800) Subject: docs: Fix typo CLBlast_DIR var. (#3330) X-Git-Tag: gguf-v0.4.0~34 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=1726f9626f21f102d8e01df06c23a7f94add7990;p=pkg%2Fggml%2Fsources%2Fllama.cpp docs: Fix typo CLBlast_DIR var. (#3330) --- diff --git a/README.md b/README.md index 42686aac..f4125014 100644 --- a/README.md +++ b/README.md @@ -501,7 +501,7 @@ Building the program with BLAS support may lead to some performance improvements ```sh mkdir build cd build - cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_dir=/some/path + cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_DIR=/some/path cmake --build . --config Release ``` - CMake (Windows):