mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2025-02-22 23:50:01 +00:00
Fix typo (#1949)
This commit is contained in:
parent
aacdbd4056
commit
2322ec223a
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ Building the program with BLAS support may lead to some performance improvements
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/CNugteren/CLBlast.git
|
git clone https://github.com/CNugteren/CLBlast.git
|
||||||
mkdir CLBlast/build
|
mkdir CLBlast/build
|
||||||
cd CLBLast/build
|
cd CLBlast/build
|
||||||
cmake .. -DBUILD_SHARED_LIBS=OFF -DTUNERS=OFF
|
cmake .. -DBUILD_SHARED_LIBS=OFF -DTUNERS=OFF
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
cmake --install . --prefix /some/path
|
cmake --install . --prefix /some/path
|
||||||
|
|
Loading…
Reference in a new issue