mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-29 13:24:50 +01:00
Fix typo
This commit is contained in:
parent
6388dd9cb2
commit
bf444eeb6b
@ -25,7 +25,7 @@ cmake --install build --prefix inst
|
|||||||
### Build simple-cmake-pkg
|
### Build simple-cmake-pkg
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd examples\simple-cmake-pkg
|
cd examples/simple-cmake-pkg
|
||||||
mkdir build
|
mkdir build
|
||||||
cmake -S . -B build -DCMAKE_PREFIX_PATH=../../inst/lib/cmake
|
cmake -S . -B build -DCMAKE_PREFIX_PATH=../../inst/lib/cmake
|
||||||
cmake --build build
|
cmake --build build
|
||||||
|
Loading…
Reference in New Issue
Block a user