Skip to content

Commit f146562

Browse files
author
Foul-Tarnished
authored
readme : fix typo (#1700)
Fix a typo in a command in README.md
1 parent c2df36d commit f146562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Building the program with BLAS support may lead to some performance improvements
317317
mkdir build
318318
cd build
319319
cmake .. -DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=Intel10_64lp -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx
320-
cmake --build . -config Release
320+
cmake --build . --config Release
321321
```
322322

323323
- **cuBLAS**

0 commit comments

Comments
 (0)