fix small typo in README.md

Fix a typo in a command in README.md
This commit is contained in:
Foul-Tarnished 2023-06-05 14:15:58 +02:00 committed by GitHub
parent 5220a991a5
commit 9cec6a5ff0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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**