diff options
| author | Foul-Tarnished <107711110+Foul-Tarnished@users.noreply.github.com> | 2023-06-05 22:28:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-05 23:28:37 +0300 |
| commit | f1465624c2cbc8ee65b566e3d87f2af27796d4c4 (patch) | |
| tree | af84f3d5939c65bd14005dcf2f272a084fd7c76e | |
| parent | c2df36d60dc0ff1576541b965d751eadbacbeada (diff) | |
readme : fix typo (#1700)
Fix a typo in a command in README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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** |
