]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Fix typo (#1949)
authorXiake Sun <redacted>
Tue, 20 Jun 2023 12:42:40 +0000 (05:42 -0700)
committerGitHub <redacted>
Tue, 20 Jun 2023 12:42:40 +0000 (15:42 +0300)
README.md

index 2d05de333cb23c7e2e807b03fef8b011c72cd3ef..8136e706433ca79cafa210b76a74647f9cb09026 100644 (file)
--- 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