We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a17e0 commit f160081Copy full SHA for f160081
README.md
@@ -501,7 +501,7 @@ Building the program with BLAS support may lead to some performance improvements
501
```sh
502
mkdir build
503
cd build
504
- cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_dir=/some/path
+ cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_DIR=/some/path
505
cmake --build . --config Release
506
```
507
- CMake (Windows):
0 commit comments