fix small typo in README.md
Fix a typo in a command in README.md
This commit is contained in:
parent
5220a991a5
commit
9cec6a5ff0
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ Building the program with BLAS support may lead to some performance improvements
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=Intel10_64lp -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx
|
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**
|
- **cuBLAS**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue