Skip to content

Commit f160081

Browse files
2f38b454pkrmf
2f38b454
authored andcommitted
docs: Fix typo CLBlast_DIR var. (ggml-org#3330)
1 parent a4a17e0 commit f160081

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
@@ -501,7 +501,7 @@ Building the program with BLAS support may lead to some performance improvements
501501
```sh
502502
mkdir build
503503
cd build
504-
cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_dir=/some/path
504+
cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_DIR=/some/path
505505
cmake --build . --config Release
506506
```
507507
- CMake (Windows):

0 commit comments

Comments
 (0)