Skip to content

Commit

Permalink
docs: Fix typo CLBlast_DIR var. (#3330)
Browse files Browse the repository at this point in the history
  • Loading branch information
2f38b454 authored Sep 25, 2023
1 parent a98b163 commit 1726f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ Building the program with BLAS support may lead to some performance improvements
```sh
mkdir build
cd build
cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_dir=/some/path
cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_DIR=/some/path
cmake --build . --config Release
```
- CMake (Windows):
Expand Down

0 comments on commit 1726f96

Please sign in to comment.