aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFoul-Tarnished <107711110+Foul-Tarnished@users.noreply.github.com>2023-06-05 22:28:37 +0200
committerGitHub <noreply@github.com>2023-06-05 23:28:37 +0300
commitf1465624c2cbc8ee65b566e3d87f2af27796d4c4 (patch)
treeaf84f3d5939c65bd14005dcf2f272a084fd7c76e /README.md
parentc2df36d60dc0ff1576541b965d751eadbacbeada (diff)
readme : fix typo (#1700)
Fix a typo in a command in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 01f1381..77332ca 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**