diff options
author | 2f38b454 <dxf@protonmail.com> | 2023-09-26 02:24:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 20:24:52 +0200 |
commit | 1726f9626f21f102d8e01df06c23a7f94add7990 (patch) | |
tree | a4717dd1b48a022c14b326cd42f195e7ae2033cb | |
parent | a98b1633d5a94d0aa84c7c16e1f8df5ac21fc850 (diff) |
docs: Fix typo CLBlast_DIR var. (#3330)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |