]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : fix typo (#1700)
authorFoul-Tarnished <redacted>
Mon, 5 Jun 2023 20:28:37 +0000 (22:28 +0200)
committerGitHub <redacted>
Mon, 5 Jun 2023 20:28:37 +0000 (23:28 +0300)
Fix a typo in a command in README.md

README.md

index 01f138127da2bffcda150e7543aacbab7776a5f1..77332ca0ec1ba1e52ce4157a3133a91621026894 100644 (file)
--- a/README.md
+++ b/README.md
@@ -317,7 +317,7 @@ Building the program with BLAS support may lead to some performance improvements
   mkdir build
   cd build
   cmake .. -DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=Intel10_64lp -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx
-  cmake --build . -config Release
+  cmake --build . --config Release
   ```
 
 - **cuBLAS**