From: Foul-Tarnished Date: Mon, 5 Jun 2023 20:28:37 +0000 (+0200) Subject: readme : fix typo (#1700) X-Git-Tag: gguf-v0.4.0~685 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=f1465624c2cbc8ee65b566e3d87f2af27796d4c4;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : fix typo (#1700) Fix a typo in a command in README.md --- diff --git a/README.md b/README.md index 01f13812..77332ca0 100644 --- 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**