]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs: Fix typo CLBlast_DIR var. (#3330)
author2f38b454 <redacted>
Mon, 25 Sep 2023 18:24:52 +0000 (02:24 +0800)
committerGitHub <redacted>
Mon, 25 Sep 2023 18:24:52 +0000 (20:24 +0200)
README.md

index 42686aacc970bc2e47458659f88cff7923e785eb..f41250147fbc5f5364e6014a1596a68e76a7d955 100644 (file)
--- 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):