docs: Fix typo CLBlast_DIR var. (#3330)

This commit is contained in:
2f38b454 2023-09-26 02:24:52 +08:00 committed by GitHub
parent a98b1633d5
commit 1726f9626f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -501,7 +501,7 @@ Building the program with BLAS support may lead to some performance improvements
```sh ```sh
mkdir build mkdir build
cd build cd build
cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_dir=/some/path cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_DIR=/some/path
cmake --build . --config Release cmake --build . --config Release
``` ```
- CMake (Windows): - CMake (Windows):